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

why isnt this brick random color changing script working?

Asked by 5 years ago
1while true do
2    wait(1))
3    script.Parent.BrickColor = BrickColor.Random()
4end

1 answer

Log in to vote
1
Answered by 5 years ago
1while true do
2    wait(1)
3    script.Parent.BrickColor = BrickColor.Random()
4end

try this

0
yo added one not necessary ) in the wait TFlanigan 86 — 5y
0
thanks dude i didnt notice xEnderLifePLx 0 — 5y
Ad

Answer this question