Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local model = Instance.new("Model",workspace)
- model.Name = "Vertical Wall"
- for i = 0,10,5 do
- local part = Instance.new("Part",workspace)
- part.Position = Vector3.new(0,i,0)
- part.Parent = model
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement