Upscalefanatic34

Base

May 22nd, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. v=Instance.new("Part",workspace)
  2. v.Size=Vector3.new(1000,0,1000)
  3. v.Anchored = true
  4. v.CanCollide=true
  5. v.Locked=true
  6. v.Position = CFrame.new(10,0,-10)
  7. v.Name = "Base"
  8. v.BrickColor = BrickColor.new("Light stone grey")
  9. wait()
Add Comment
Please, Sign In to add comment