96mg
|
  |
| Joined: 15 May 2017 |
| Total Posts: 775 |
|
|
| 26 Jul 2017 02:29 PM |
plr = game.Players.LocalPlayer
while true do local x = plr:WaitForChild("Playing") if x.Value == true then script.Parent.BackgroundColor3 = Color3.new(0, 255, 38) elseif x.Value == true then script.Parent.BackgroundColor3 = Color3.new(255, 0, 0) else print("Error") wait(0.1) end end
How come this doesn't work??
A few mg's too much. |
|
|
| Report Abuse |
|