Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- v=Instance.new("Part",workspace)
- v.Size=Vector3.new(1000,0,1000)
- v.Anchored = true
- v.CanCollide=true
- v.Locked=true
- v.Position = CFrame.new(10,0,-10)
- v.Name = "Base"
- v.BrickColor = BrickColor.new("Light stone grey")
- wait()
Add Comment
Please, Sign In to add comment