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 4 years ago
while true do
    wait(1))
    script.Parent.BrickColor = BrickColor.Random()
end

1 answer

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

try this

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

Answer this question