Advertisement
cheeseman50166

Untitled

May 6th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. local model = game.Workspace.Base:Clone()
  3. model.Parent = game.Workspace
  4. model.Position = Vector3.new(0,80,0)
  5.  
  6. wait(0)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement