Advertisement
Mediakiller7Cool

Rainbow Baseplate

May 10th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. wait(0.9)
  2.  
  3.  
  4. print("Rainbow Baseplate :D")
  5.  
  6. local part = Instance.new("BrickColorValue")
  7.  
  8. game.Workspace.Baseplate.BrickColor = BrickColor.Blue()
  9.  
  10. wait(1.9)
  11.  
  12. game.Workspace.Baseplate.BrickColor = BrickColor.Red()
  13.  
  14. wait(1.9)
  15.  
  16. game.Workspace.Baseplate.BrickColor = BrickColor.Green()
  17.  
  18. wait(1.9)
  19.  
  20. game.Workspace.Baseplate.BrickColor = BrickColor.Gray()
  21.  
  22. wait(3.9)
  23.  
  24. print("Finish :D")
  25.  
  26. wait(5.9)
  27.  
  28. print("Just Kidding..")
  29.  
  30. wait(9.5)
  31.  
  32. game.Workspace.Baseplate.Transparency = 0.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement