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

Help With A Small Script?

Asked by
Scootakip 299 Moderation Voter
8 years ago

Not sure what the issue with this is, but I need some help with this.

while true do
script.Parent.BrickColor = BrickColor.new(Color3.new(random, random, random))
wait(1)
end

1 answer

Log in to vote
0
Answered by
ImfaoXD 158
8 years ago
while true do
script.Parent.Color = Color3.new(math.random(), math.random(), math.random())
wait(1)
end

I hope this helps :)

Ad

Answer this question