Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Edited by GForcebit.
- --original paste: https://pastebin.com/YjCymqWZ
- local USER = game.Players.LocalPlayer.Name
- while true do
- wait(0.0000002)
- T = game.Workspace[USER].Torso:clone()
- T.Parent = game.Workspace
- T.Anchored = true
- H = game.Workspace[USER].Head:clone()
- H.Anchored = true
- H.Parent = game.Workspace
- LL = game.Workspace[USER]:FindFirstChild("Left Leg"):clone()
- LL.Anchored = true
- LL.Parent = game.Workspace
- RL = game.Workspace[USER]:FindFirstChild("Right Leg"):clone()
- RL.Parent = game.Workspace
- RL.Anchored = true
- RA = game.Workspace[USER]:FindFirstChild("Right Arm"):clone()
- RA.Parent = game.Workspace
- RA.Anchored = true
- LA = game.Workspace[USER]:FindFirstChild("Left Arm"):clone()
- LA.Anchored = true
- LA.Parent = game.Workspace
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement