View difference between Paste ID: 1xqv3cGH and 6DxgaRs5
SHOW: | | - or go back to the newest paste.
1
local Player = game.Players.LocalPlayer
2-
local mouse = Player:GetMouse()
2+
3
if Char:FindFirstChild("Shirt") ~= nil then
4
    Char.Shirt:Destroy()
5
    Instance.new("Shirt",Char).ShirtTemplate = "http://www.roblox.com/asset/?id=4609119"
6
end
7
if Char:FindFirstChild("Pants") ~= nil then
8
    Char.Pants:Destroy()
9
    Instance.new("Pants",Char).PantsTemplate = "http://www.roblox.com/asset/?id=4609244"
10
end
11
12-
local Head         = Char.Head
12+
13-
local LA           = Char:findFirstChild("Left Arm")
13+
14-
local RA           = Char:findFirstChild("Right Arm")
14+
15-
local LL           = Char:findFirstChild("Left Leg")
15+
16-
local RL           = Char:findFirstChild("Right Leg")
16+
17-
local T            = Char:findFirstChild("Torso")
17+
18-
local LS           = T:findFirstChild("Left Shoulder")
18+
19-
local RS           = T:findFirstChild("Right Shoulder")
19+
20-
local LH           = T:findFirstChild("Left Hip")
20+
21-
local RH           = T:findFirstChild("Right Hip")
21+
22-
local Neck         = T:findFirstChild("Neck")
22+
23-
local HM           = Char:findFirstChild("HumanoidRootPart")
23+
24-
local RJ           = Char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
24+
25-
local WLS          = Instance.new("Motor", T)
25+
26-
WLS.C0             = CFrame.new(-1.5, 0.5, 0)
26+