Advertisement
LeGoldenRobloxian

Rainbow Baseplate Roblox

Jun 2nd, 2017
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. b = Instance.new("Part", Workspace)
  2. b.Size = Vector3.new(400, 2, 400)
  3. b.BrickColor = BrickColor.new("Dark Green")
  4. --Simple!!
  5. --this will make your baseplate infinitly change colors! ENJOY!
  6. print("LETS DO THIS!")
  7.  
  8. wait(3)
  9. local MyBasePlate = game.Workspace.Part
  10. print("RAINBOW..........START!!!")
  11. while true do
  12. MyBasePlate.BrickColor = BrickColor.Random()
  13. wait(1)
  14.  
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement