Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(0.0000002)
- T = game.Workspace.USER.Torso:clone(1)
- T.Parent = game.Workspace
- T.Anchored = true
- H = game.Workspace.USER.Head:clone(1)
- H.Anchored = true
- H.Parent = game.Workspace
- LL = game.Workspace.USER:FindFirstChild("Left Leg"):clone(1)
- LL.Anchored = true
- LL.Parent = game.Workspace
- RL = game.Workspace.USER:FindFirstChild("Right Leg"):clone(1)
- RL.Parent = game.Workspace
- RL.Anchored = true
- RA = game.Workspace.USER:FindFirstChild("Right Arm"):clone(1)
- RA.Parent = game.Workspace
- RA.Anchored = true
- LA = game.Workspace.USER:FindFirstChild("Left Arm"):clone(1)
- LA.Anchored = true
- LA.Parent = game.Workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement