Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

why is the text staying white?

Asked by 9 years ago

the default color i turned red, and when i run it stays white and when i tweak the numbers, it stays mostly white

while true do

script.Parent.TextColor3 = Color3.new(math.random(0,225),math.random(0,225),math.random(0,225)) 

wait(.4)    
end

Answer this question