Advertisement
AssortedBrunoz

Untitled

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