IiIDriversIiI

[Roblox] Baseplate Script

May 14th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. base = Instance.new("Part", Workspace)
  2. base.Anchored = true
  3. base.CFrame = CFrame.new(0, -1, 0)
  4. base.Size = Vector3.new(1000, 2, 1000)
  5. base.TopSurface = "Smooth"
  6. base.BottomSurface = "Smooth"
  7. base.BrickColor = BrickColor.Green()
  8. base.Name = '[[NewBase!!]]]]""'
Add Comment
Please, Sign In to add comment