Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- So go to ROBLOX Studio and click baseplate. Then make a part and insert a script. After that do this script:
- while true do
- script.Parent.BrickColor = BrickColor.Random()
- wait(1)
- end
- by the way, the block will change to a random color every 1 second. You can change the number in wait(1) to what ever number you would like. If you want to change color every 5 seconds do wait(5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement