Why wont my selection box color3 script work?
This question has been solved by the original poster.
I have a selection box with a part and i can see the selection box, in there is script saying:
01 | i = ( 255 - (script.Parent.Parent.Bag.clicks.Value * 12 )) |
07 | script.Parent.Color 3 = Color 3. new( 150 , 255 ,i) |
and i also just tried:
07 | script.Parent.Color 3 = Color 3. new( 150 , 255 , 255 ) |
But the color3 (i checked manually) says :
38250, 65025, 65025, those are all more than 255 and HOW DOES THAT HAPPEN!?!??!? i completely took away script and its normal, so obviously the color3 thing is not working correctly, how do i fix this? thanks :)