View difference between Paste ID: T77GQcMi and 0gu5fAhb
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
end
19
 end)
20
21
RightArm.Transparency=0
22
LeftArm.Transparency=0
23
LeftLeg.Transparency=0
24
RightLeg.Transparency=0
25
Torso.Transparency=0