Your code[/code*] (without the star) Makes it look neater 
smoothTransition()
{
x = 1;
y = 0;
display = self maps\mp\gametypes\_hud_util::createfontstring("default",1.5);
display setText("Color");
display setPoint("TOPCENTER","TOPCENTER",0,0);
while(x > 0)
{
display.color = (0, y, x);
y+=.05;
x-=.05;
wait .01;
}
}
smoothTransition()
{
x = 1;
y = 0;
display = self maps\mp\gametypes\_hud_util::createfontstring("default",1.5);
display setText("Color");
display setPoint("TOPCENTER","TOPCENTER",0,0);
while(x > 0)
{
display.color = (0, y, x);
y+=.05;
x-=.05;
wait .01;
}
}
Copyright © 2025, NextGenUpdate.
All Rights Reserved.