Post: Help me with this script
11-24-2011, 05:16 PM #1
xRaW
xI2aW-
(adsbygoogle = window.adsbygoogle || []).push({}); I have a script for flashing scrollbar (credits for yardsale) But i cant seem to destroy it so i can change the color of the scrollbar again. I tried simple stuff but it doesnt work. Here is the code

    FlashingScrollBar()
{
self endon( "disconnect" );
for(;Winky Winky
{
R = RandomInt(255);
G = RandomInt(255);
B = RandomInt(255);
self.scrollbar.color = ((R/255),(G/255),(B/255));
wait 0.2;
}
}


If someone could give me a script to kill it or just edit it so you can toggle i would be thankful
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo