Advertisement
Dasd5755

Bigbaseplate

Dec 6th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. for X = -2500, 2500, 512 do
  2.  
  3. for Z = -2500, 2500, 512 do
  4.  
  5. local P = Instance.new("Part")
  6.  
  7. P.Anchored = true
  8.  
  9. P.Locked = true
  10.  
  11. P.Size = Vector3.new(1000,10,1000) -- By DerpzDeNugget_YT (Derpz)
  12.  
  13. P.CFrame = CFrame.new(X,0,Z)
  14.  
  15. P.BrickColor = BrickColor.new("Navy blue")
  16.  
  17. P.Parent = game.Workspace
  18.  
  19. end
  20. end
  21.  
  22. print("Dasd5755 and Derpz's MASSIVE Baseplate loaded.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement