Advertisement
dahpiglz

Untitled

Jun 20th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. while true do
  2. wait(0.1)
  3. local x = math.random(-100,100)    
  4. local z = math.random(-100,100)  
  5. cord = (x)..(10)..(z)
  6. p = Instance.new("Part")
  7. p.Parent = game.Workspace
  8. p.Position = Vector3.new(cord)
  9. p.Anchored = true
  10. p.Size = Vector3.new("5,5,5")        
  11. end  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement