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

How do I make a Disco Brick?

Asked by 10 years ago

I Don't Know How to make it flash Colors

1 answer

Log in to vote
0
Answered by 10 years ago

To make it flash colors, here's the script

while true do
game.Workspace.Part.BrickColor:Random() -- Makes the color a random color
wait(1) -- put what number you want
game.Workspace.Part.BrickColor:Random() -- Makes the color a random color
wait(1) -- put what number you want
end
0
Didn't Work But i messed around with it and i saw on the wiki it gose like this eirkcaz 0 — 10y
0
while true do script.Parent.Color = Color3.new(math.random(), math.random(), math.random()) wait (0.5) end eirkcaz 0 — 10y
Ad

Answer this question