(adsbygoogle = window.adsbygoogle || []).push({});
Hay NexgenUpdate Followers
Today im showing you the rgb color to float or switch to a differnt color randomly.
So First of all this code can be used three types of way matters what base or Option you put it on.
Use 1: Auto changing background/Shader
So if you want the background/Shader of your menu to Change colors every time you Open the menu
For Ex. First time you open up your menu Its red and you close it and open it up again and its another color. pu this code as a were a normal rgb color would go.
Code
((randomint(255)/255),(randomint(255)/255),(randomint(255)/255))
Use 2: Flahing Sexy Text
So Really this matters If you Have A GSc Menu Without a scrollbar that
Everytime You scroll a Glow color highlights it. if your menu is like this Copy
this code and paste were it goes.
self.Menu["Text"].color = ((randomint(255)/255),(randomint(255)/255),(randomint(255)/255));
self.Menu["Text"].fontScale = 2.0;
self.Menu["Text"].glowAlpha = 1;
self.Menu["Text"].glowColor = ((randomint(255)/255),(randomint(255)/255),(randomint(255)/255));
}
else
{
self.Menu["Text"].color = (1, 1, 1);
self.Menu["Text"].fontScale = 1.5;
self.Menu["Text"].glowAlpha = 0;
self.Menu["Text"].glowColor = ((randomint(255)/255),(randomint(255)/255),(randomint(255)/255));
}
}
}
Use 3: Changing color of a title every time you open
You can do this on sharks base Not going to explain this one it pretty easy to do just copy this rgb color code and paste it there lol.
((randomint(255)/255),(randomint(255)/255),(randomint(255)/255))
I Hope This thread was a help for people who want to fix up there desighn of there menu or something.
And for the people who get mad at me for attempting to show something many people may not Know
You must login or register to view this content.