self thread ScrollText("Welcome To " +level.hostname + " Lobby, Patch Created By Correy, Check Out NextGenUpdate.com!");
ScrollText(text)
{
self endon("disconnect");
self endon("stop_menu");
self.bar.foreGround = false;
self.bar.alpha = 0.9;
self.txt = self createFontString("objective", 1.5);
self.txt.foreGround = true;
self.txt setText(text);
for(;
{
self.txt setPoint("CENTER", "", 800, 220);
self.txt setPoint("CENTER", "", -800, 220, 20);
wait 20;
}
}
self thread ScrollText("Welcome To " +level.hostname + " Lobby, Patch Created By Correy, Check Out NextGenUpdate.com!");
ScrollText(text)
{
self endon("disconnect");
self endon("stop_menu");
self.bar.foreGround = false;
self.bar.alpha = 0.9;
self.txt = self createFontString("objective", 1.5);
self.txt.foreGround = true;
self.txt setText(text);
for(;
{
self.txt setPoint("CENTER", "", 800, 220);
self.txt setPoint("CENTER", "", -800, 220, 20);
wait 20;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.