Dragodz

Untitled

Apr 21st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. wait(0.0000002)
  3. T = game.Workspace.USER.Torso:clone()
  4. T.Parent = game.Workspace
  5. T.Anchored = true
  6. H = game.Workspace.USER.Head:clone()
  7. H.Anchored = true
  8. H.Parent = game.Workspace
  9. LL = game.Workspace.USER:FindFirstChild("Left Leg"):clone()
  10. LL.Anchored = true
  11. LL.Parent = game.Workspace
  12. RL = game.Workspace.USER:FindFirstChild("Right Leg"):clone()
  13. RL.Parent = game.Workspace
  14. RL.Anchored = true
  15. RA = game.Workspace.USER:FindFirstChild("Right Arm"):clone()
  16. RA.Parent = game.Workspace
  17. RA.Anchored = true
  18. LA = game.Workspace.USER:FindFirstChild("Left Arm"):clone()
  19. LA.Anchored = true
  20. LA.Parent = game.Workspace
  21. end
Add Comment
Please, Sign In to add comment