SHOW:
|
|
- or go back to the newest paste.
| 1 | while true do | |
| 2 | - | wait(0.0000002) |
| 2 | + | wait() |
| 3 | - | T = game.Workspace.USER.Torso:clone() |
| 3 | + | |
| 4 | - | T.Parent = game.Workspace |
| 4 | + | game.Workspace.Meti2000.Head.Transparency = 1 |
| 5 | - | T.Anchored = true |
| 5 | + | |
| 6 | - | H = game.Workspace.USER.Head:clone() |
| 6 | + | RA = game.Workspace.Meti2000.Head:Clone() |
| 7 | - | H.Anchored = true |
| 7 | + | RA.Parent = game.Workspace |
| 8 | - | H.Parent = game.Workspace |
| 8 | + | RA.Transparency = 0 |
| 9 | - | LL = game.Workspace.USER:FindFirstChild("Left Leg"):clone()
|
| 9 | + | RA.CanCollide = false |
| 10 | - | LL.Anchored = true |
| 10 | + | |
| 11 | - | LL.Parent = game.Workspace |
| 11 | + | |
| 12 | - | RL = game.Workspace.USER:FindFirstChild("Right Leg"):clone()
|
| 12 | + | |
| 13 | - | RL.Parent = game.Workspace |
| 13 | + | |
| 14 | - | RL.Anchored = true |
| 14 | + | RA.Orientation = Vector3.new(math.random(-1,180),math.random(-1,180),math.random(-1,180)) |
| 15 | - | RA = game.Workspace.USER:FindFirstChild("Right Arm"):clone()
|
| 15 | + | |
| 16 | - | RA.Parent = game.Workspace |
| 16 | + | |
| 17 | end |