Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local detal = nil
- for x = -256, 256, 4 do
- detal = game.ServerStorage.Wall:Clone()
- detal.Parent = game.Workspace.Map
- detal.Position = Vector3.new(x, 2, -248)
- detal = game.ServerStorage.Wall:Clone()
- detal.Parent = game.Workspace.Map
- detal.Position = Vector3.new(x, 2, 248)
- detal = game.ServerStorage.Wall:Clone()
- detal.Parent = game.Workspace.Map
- detal.Position = Vector3.new(248, 2, x)
- detal = game.ServerStorage.Wall:Clone()
- detal.Parent = game.Workspace.Map
- detal.Position = Vector3.new(-248, 2, x)
- end
Add Comment
Please, Sign In to add comment