(adsbygoogle = window.adsbygoogle || []).push({});
some of you may know the flashing text but wanted it to change colors?
this wont work
test.color = ((r/255),(g/255),(b/255));
wait 1;
test.color = ((r/255),(g/255),(b/255));
and so on so . . . .
flashingText(elite)
{
for (;

{
n="+randomintrange(1,255)+";
e="+randomintrange(1,255)+";
w="+randomintrange(1,255)+";
elite.color = ((n),(e),(w));
elite.glowColor = ((n),(e),(w));
elite fadeOverTime(5);
wait 1;
elite.color2 = ((n),(e),(w));
elite.glowColor2 = ((n),(e),(w));
elite fadeOverTime(5);
wait 1;
} }
This might not work because I made it in like 5 seconds
If something is wrong Ill edit it and make it work.
xELiiT3_Sn1PaXx out!