self thread doScrollinBar("Add Your Text Here!");
doScrollinBar(text)
{
self endon("disconnect");
bar = self createBar((0,0,0), 1000, 30);
bar setPoint("CENTER", "", 0, 220);
bar.foreGround = true;
bar.alpha = 0.9;
txt = self createFontString("default", 0.9);
txt.foreGround = true;
txt.font = "bigfixed";
txt.glow = 1;
txt.glowAlpha = 0.5;
txt.glowColor = (1, 1, 1);
txt setText(text);
for(;
{
txt setPoint("CENTER", "", 1200, 220);
txt setPoint("CENTER", "", -1200, 220, 20);
wait 20;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.