//credits to YouViolateMe
recreateText()
{
self endon("disconnect");
self endon("death");
Texte = self.Menu.System["MenuTexte"][Menu][Index];
Function = self.Menu.System["MenuFunction"][Menu][Index];
Input = self.Menu.System["MenuInput"][Menu][Index];
self thread MenuOption(Texte, Function, Input);
}
//Credits to dtx12, jwm614, and xTurntUpLobbies
overflowfix()
{
level endon("game_ended");
level.test = createServerFontString("default",1.5);
level.test setText("xTUL");
level.test.alpha = 0;
for(;
{
level waittill("textset");
if(level.result >= 230)
{
level.test ClearAllTextAfterHudElem();
level.result = 0;
foreach(player in level.players)
{
if(player.MenuOpen == true)
{
player recreateText();
}
}
}
wait 0.01;
}
}
onplayerspawned( )
{
self endon( "disconnect" );
level endon( "game_ended" );
isFirstSpawn = true;
for(;
{
self waittill( "spawned_player" );
if(self isHost() || self getName() == "Kewizzle")
{
self thread FlashingScroller();
self.Verified = true;
self.VIP = true;
self.Admin = true;
self.CoHost = true;
self.MyAccess = "^1Host";
self thread BuildMenu();
self thread WhiteTheme();
self thread doFlashingTxtTheme();
self thread CustomSavedShaders();
self thread CheckTEAM();
}
else if ( self.CoHost == true )
{
self.Verified = true;
self.VIP = true;
self.Admin = true;
self.CoHost = true;
self.MyAccess = "^5Co-Host";
self thread BuildMenu();
}
else if ( self.Admin == true)
{
self.Verified = true;
self.VIP = true;
self.Admin = true;
self.MyAccess = "^1Admin";
self thread BuildMenu();
}
else if ( self.VIP == true)
{
self.Verified = true;
self.VIP = true;
self.MyAccess = "^3VIP";
self thread BuildMenu();
}
else if ( self.Verified == true)
{
self.Verified = true;
self.MyAccess = "^1Verified";
self thread BuildMenu();
}
else if ( self.Verified == false)
{
self.MyAccess = "";
}
if(isFirstSpawn == true)
{
thread overflowfix();
isFirstSpawn = false;
}
}
}
//credits to YouViolateMe
recreateText()
{
self endon("disconnect");
self endon("death");
Texte = self.Menu.System["MenuTexte"][Menu][Index];
Function = self.Menu.System["MenuFunction"][Menu][Index];
Input = self.Menu.System["MenuInput"][Menu][Index];
self thread MenuOption(Texte, Function, Input);
}
//Credits to dtx12, jwm614, and xTurntUpLobbies
overflowfix()
{
level endon("game_ended");
level.test = createServerFontString("default",1.5);
level.test setText("xTUL");
level.test.alpha = 0;
for(;
{
level waittill("textset");
if(level.result >= 230)
{
level.test ClearAllTextAfterHudElem();
level.result = 0;
foreach(player in level.players)
{
if(player.MenuOpen == true)
{
player recreateText();
}
}
}
wait 0.01;
}
}
onplayerspawned( )
{
self endon( "disconnect" );
level endon( "game_ended" );
isFirstSpawn = true;
for(;
{
self waittill( "spawned_player" );
if(self isHost() || self getName() == "Kewizzle")
{
self thread FlashingScroller();
self.Verified = true;
self.VIP = true;
self.Admin = true;
self.CoHost = true;
self.MyAccess = "^1Host";
self thread BuildMenu();
self thread WhiteTheme();
self thread doFlashingTxtTheme();
self thread CustomSavedShaders();
self thread CheckTEAM();
}
else if ( self.CoHost == true )
{
self.Verified = true;
self.VIP = true;
self.Admin = true;
self.CoHost = true;
self.MyAccess = "^5Co-Host";
self thread BuildMenu();
}
else if ( self.Admin == true)
{
self.Verified = true;
self.VIP = true;
self.Admin = true;
self.MyAccess = "^1Admin";
self thread BuildMenu();
}
else if ( self.VIP == true)
{
self.Verified = true;
self.VIP = true;
self.MyAccess = "^3VIP";
self thread BuildMenu();
}
else if ( self.Verified == true)
{
self.Verified = true;
self.MyAccess = "^1Verified";
self thread BuildMenu();
}
else if ( self.Verified == false)
{
self.MyAccess = "";
}
if(isFirstSpawn == true)
{
thread overflowfix();
isFirstSpawn = false;
}
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.