Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --obby
- function createPad()
- local p=Instance.new("Part", workspace)
- p.Transparency=.9
- p.Anchored=true
- p.Size=Vector3.new(5, 1, 5)
- print"createD"
- return p
- end
- for yy=0, 13 do
- y=yy*5+3
- for i=1, 5 do
- createPad().Position=Vector3.new(math.random(1, 30), y, math.random(1, 30))
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement