Advertisement
GForcebit

Clone...

Apr 22nd, 2018
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. --Edited by GForcebit.
  2. --original paste: https://pastebin.com/YjCymqWZ
  3. local USER = game.Players.LocalPlayer.Name
  4. while true do
  5. wait(0.0000002)
  6. T = game.Workspace[USER].Torso:clone()
  7. T.Parent = game.Workspace
  8. T.Anchored = true
  9. H = game.Workspace[USER].Head:clone()
  10. H.Anchored = true
  11. H.Parent = game.Workspace
  12. LL = game.Workspace[USER]:FindFirstChild("Left Leg"):clone()
  13. LL.Anchored = true
  14. LL.Parent = game.Workspace
  15. RL = game.Workspace[USER]:FindFirstChild("Right Leg"):clone()
  16. RL.Parent = game.Workspace
  17. RL.Anchored = true
  18. RA = game.Workspace[USER]:FindFirstChild("Right Arm"):clone()
  19. RA.Parent = game.Workspace
  20. RA.Anchored = true
  21. LA = game.Workspace[USER]:FindFirstChild("Left Arm"):clone()
  22. LA.Anchored = true
  23. LA.Parent = game.Workspace
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement