Advertisement
Navarone19_CH

Color Changing Script

Mar 6th, 2019
5,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --Color Changing Script - By ㄨ ㄨ What!?! what the fuck! #2185
  2.  
  3. while true do
  4. script.Parent.BrickColor = BrickColor.Red()
  5. wait(1)
  6. script.Parent.Color = Color3.fromRGB(255, 149, 0)
  7. wait(1)
  8. script.Parent.BrickColor = BrickColor.Yellow()
  9. wait(1)
  10. script.Parent.BrickColor = BrickColor.Green()
  11. wait(1)
  12. script.Parent.Color = Color3.fromRGB(0, 255, 255)
  13. wait(1)
  14. script.Parent.BrickColor = BrickColor.Blue()
  15. wait(1)
  16. script.Parent.Color = Color3.fromRGB(226, 0, 255)
  17. wait(1)
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement