Advertisement
Guest User

Random Color Changing script

a guest
Sep 19th, 2019
6,172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. So go to ROBLOX Studio and click baseplate. Then make a part and insert a script. After that do this script:
  2. while true do
  3. script.Parent.BrickColor = BrickColor.Random()
  4. wait(1)
  5. end
  6. 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