Questions
Guides
About
Blog
Scripting Helpers is winding down operations and is now read-only.
More info→
Log in to vote
0
why isnt this brick random color changing script working?
Asked by
xEnderLifePLx
0
5
years ago
view source
1
while
true
do
2
wait(
1
))
3
script.Parent.BrickColor
=
BrickColor.Random()
4
end
1 answer
Log in to vote
1
Answered by
TFlanigan
86
5
years ago
view source
1
while
true
do
2
wait(
1
)
3
script.Parent.BrickColor
=
BrickColor.Random()
4
end
try this
0
yo added one not necessary ) in the wait
TFlanigan
86
— 5y
0
thanks dude i didnt notice
xEnderLifePLx
0
— 5y
Answer this question
Answer
Edit
Preview