Advertisement
cheeseman50166

Untitled

May 6th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while true do
  2. local model = game.Workspace.Base:Clone()
  3. model.Parent = game.Workspace
  4. model.Position = Vector3.new(math.random(-120,120),100,math.random(-120,120))
  5. model.Rotation = Vector3.new(math.random(360),math.random(360),math.random(360))
  6.  
  7. wait(0)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement