Advertisement
firstrobloxfan

changing BasePlate's Color

Jan 11th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local myBase = game.Workspace.BasePlate --Don't touch this it runs the script!!!!
  2.  
  3. local function makeBasePlateRed()
  4. mybase.CanCollide = true --Don't touch this it makes you touch the baseplate
  5. mybase.BrickColor = BrickColor.Red() --Change "Red" to the color you want :)
  6. end
  7.  
  8. makeBasePlateRed() --Don't touch this only if you want to change "Red" !!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement