I Don't Know How to make it flash Colors
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