Advertisement
Skittles18_wins

Colour changing brick ROBLOX script

Mar 10th, 2018
2,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Made by Skittles18_wins
  2.  
  3. COPY THE TEXT BELOW
  4.  
  5. while true do --Telling ROBLOX to loop the code below
  6. script.Parent.BrickColor = BrickColor.Random() --Changing the colour to a random colour
  7. wait(0.5) --Waiting a half a second untill repeating
  8. end) --Ends the script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement