SHOW:
|
|
- or go back to the newest paste.
1 | Player=game:GetService("Players").LocalPlayer | |
2 | Character=Player.Character | |
3 | PlayerGui=Player.PlayerGui | |
4 | Backpack=Player.Backpack | |
5 | Torso=Character.Torso | |
6 | Head=Character.Head | |
7 | Humanoid=Character.Humanoid | |
8 | LeftArm=Character["Left Arm"] | |
9 | LeftLeg=Character["Left Leg"] | |
10 | RightArm=Character["Right Arm"] | |
11 | RightLeg=Character["Right Leg"] | |
12 | LS=Torso["Left Shoulder"] | |
13 | LH=Torso["Left Hip"] | |
14 | RS=Torso["Right Shoulder"] | |
15 | RH=Torso["Right Hip"] | |
16 | Face = Head.face | |
17 | Neck=Torso.Neck | |
18 | RightArm.Transparency=0 | |
19 | LeftArm.Transparency=0 | |
20 | LeftLeg.Transparency=0 | |
21 | RightLeg.Transparency=0 | |
22 | - | Torso.Transparency=0 |
22 | + | Torso.Transparency=0 |