Guest User

Untitled

a guest
Sep 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. wait(1)
  3. c = game.Workspace.ArticunoX.Torso:clone()
  4. c.Parent = game.Workspace
  5. c.Position = Vector3.new(0, 50, 0)
  6. c.Anchored = true
  7. c.Size = Vector3.new(25, 25, 25)
  8. c.Locked = false
  9. end
Add Comment
Please, Sign In to add comment