SHOW:
|
|
- or go back to the newest paste.
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) |
11 | + | P.Size = Vector3.new(1000,10,1000) |
12 | ||
13 | P.CFrame = CFrame.new(X,0,Z) | |
14 | ||
15 | - | P.BrickColor = BrickColor.new("Navy blue") |
15 | + | P.BrickColor = BrickColor.new("Dark green") |
16 | ||
17 | P.Parent = game.Workspace | |
18 | ||
19 | end | |
20 | end | |
21 | ||
22 | - | print("Derpz's MASSIVE Baseplate loaded.") |
22 | + | print("xdielivex's Baseplate loaded.") |