Advertisement
Its_Plasma

Rainbow Color Synced Script

Jan 19th, 2020
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. -- Paste this entire thing in a script inside a part
  2.  
  3. while true do
  4. script.Parent.BrickColor=BrickColor.new("Bright blue")
  5. wait(1)
  6. script.Parent.BrickColor=BrickColor.new("Bright green")
  7. wait(1)
  8. script.Parent.BrickColor=BrickColor.new("Neon orange")
  9. wait(1)
  10. script.Parent.BrickColor=BrickColor.new("Royal purple")
  11. wait(1)
  12. script.Parent.BrickColor=BrickColor.new("Really red")
  13. wait(1)
  14. script.Parent.BrickColor=BrickColor.new("Cyan")
  15. wait(1)
  16. script.Parent.BrickColor=BrickColor.new("Pastel yellow")
  17. wait(1)
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement