Advertisement
otorp2

roblox 1 x 20 shape

Jun 30th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local model = Instance.new("Model",workspace)
  2. model.Name = "Vertical Wall"
  3.  
  4. for i = 1,20,  5 do local part = Instance.new("Part",workspace) part.Size = Vector3.new(i,5,1) part.Position = Vector3.new(0,0,0)
  5. print(part.Size)part.Parent = model
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement