SHOW:
|
|
- or go back to the newest paste.
1 | while true do | |
2 | - | wait(0.0000002) |
2 | + | wait(3) |
3 | - | T = game.Workspace.USER.Torso:clone() |
3 | + | T = game.Workspace.Tabby_Cxt.Torso:clone() |
4 | T.Parent = game.Workspace | |
5 | T.Anchored = true | |
6 | - | H = game.Workspace.USER.Head:clone() |
6 | + | H = game.Workspace.Tabby_Cxt.Head:clone() |
7 | H.Anchored = true | |
8 | H.Parent = game.Workspace | |
9 | - | LL = game.Workspace.USER:FindFirstChild("Left Leg"):clone() |
9 | + | LL = game.Workspace.Tabby_Cxt:FindFirstChild("Left Leg"):clone() |
10 | LL.Anchored = true | |
11 | LL.Parent = game.Workspace | |
12 | - | RL = game.Workspace.USER:FindFirstChild("Right Leg"):clone() |
12 | + | RL = game.Workspace.Tabby_Cxt:FindFirstChild("Right Leg"):clone() |
13 | RL.Parent = game.Workspace | |
14 | RL.Anchored = true | |
15 | - | RA = game.Workspace.USER:FindFirstChild("Right Arm"):clone() |
15 | + | RA = game.Workspace.Tabby_Cxt:FindFirstChild("Right Arm"):clone() |
16 | RA.Parent = game.Workspace | |
17 | RA.Anchored = true | |
18 | - | LA = game.Workspace.USER:FindFirstChild("Left Arm"):clone() |
18 | + | LA = game.Workspace.Tabby_Cxt:FindFirstChild("Left Arm"):clone() |
19 | LA.Anchored = true | |
20 | - | LA.Parent = game.Workspace |
20 | + | LA.Parent = game.Workspace |
21 | end |