|
| 18 Dec 2015 02:09 PM |
while true do wait() if script.Parent.Parent.SurfaceGui.Frame.TextLabel.TextColor3 == script.Parent.Parent.SurfaceGui.Frame.green.TextColor3 then script.Parent:Play() wait(3) script.Parent.Parent.SurfaceGui.Frame.TextLabel.TextColor3 = script.Parent.Parent.SurfaceGui.Frame.wh.TextColor3 wait(.1) end end
It's trying to change the colour to white, but it's then changing it to green. I tried deleting the textlabel , and this is the only script saying it can't find the text label, which means its this script.
Every 4 seconds, the color changes to white for a milisecond but then changes to green. I do not know why, can anyone help? |
|
|
| Report Abuse |
|