Advertisement
il0l

Change Baseplate color in Roblox studio from red to blue

Aug 21st, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2. game.Workspace.Baseplate.BrickColor = BrickColor.new("Really red")
  3. game.Workspace.Baseplate.BrickColor = BrickColor.new("Really blue")
  4. wait(0.001)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement