SHOW:
|
|
- or go back to the newest paste.
1 | wait(1) | |
2 | --Custom Character By basstracker1970 | |
3 | --This Is Editable | |
4 | - | plr = game.Players.LocalPlayer |
4 | + | plr = game.Players.basstracker1970 |
5 | Character = plr.Character | |
6 | Character.Head.Transparency = 1 | |
7 | Character.Torso.Transparency = 1 | |
8 | Character["Left Arm"].Transparency = 1 | |
9 | Character["Right Arm"].Transparency = 1 | |
10 | Character["Left Leg"].Transparency = 1 | |
11 | Character["Right Leg"].Transparency = 1 | |
12 | plr.Character:FindFirstChildOfClass("Accessory"):Remove() | |
13 | head = Instance.new("Part") | |
14 | head.Size = Vector3.new(1.69, 1.58, 1.24) | |
15 | head.Parent = Character.Head | |
16 | weld = Instance.new("Weld") | |
17 | weld.Part0 = head | |
18 | weld.Part1 = Character.Head | |
19 | weld.Parent = head | |
20 | torso = Instance.new("Part") | |
21 | torso.Size = Vector3.new(2.06, 2.36, 1.28) | |
22 | torso.Parent = Character.Torso | |
23 | weld = Instance.new("Weld") | |
24 | weld.Part0 = torso | |
25 | weld.Part1 = Character.Torso | |
26 | weld.Parent = torso | |
27 | rootpart = Instance.new("Part") | |
28 | rootpart.Transparency = 1 | |
29 | rootpart.Size = Vector3.new(2.06, 2.36, 1.28) | |
30 | rootpart.Parent = Character.HumanoidRootPart | |
31 | weld = Instance.new("Weld") | |
32 | weld.Part0 = rootpart | |
33 | weld.Part1 = Character.HumanoidRootPart | |
34 | weld.Parent = rootpart | |
35 | arm1 = Instance.new("Part") | |
36 | arm1.Size = Vector3.new(1.03, 2.36, 0.83) | |
37 | arm1.Parent = Character["Left Arm"] | |
38 | weld = Instance.new("Weld") | |
39 | weld.Part0 = arm1 | |
40 | weld.Part1 = Character["Left Arm"] | |
41 | weld.Parent = arm1 | |
42 | arm2 = Instance.new("Part") | |
43 | arm2.Size = Vector3.new(1.03, 2.36, 0.83) | |
44 | arm2.Parent = Character["Right Arm"] | |
45 | weld = Instance.new("Weld") | |
46 | weld.Part0 = arm2 | |
47 | weld.Part1 = Character["Right Arm"] | |
48 | weld.Parent = arm2 | |
49 | leg1 = Instance.new("Part") | |
50 | leg1.Size = Vector3.new(1.03, 2.36, 0.83) | |
51 | leg1.Parent = Character["Left Leg"] | |
52 | weld = Instance.new("Weld") | |
53 | weld.Part0 = leg1 | |
54 | weld.Part1 = Character["Left Leg"] | |
55 | weld.Parent = leg1 | |
56 | leg2 = Instance.new("Part") | |
57 | leg2.Size = Vector3.new(1.03, 2.36, 0.83) | |
58 | leg2.Parent = Character["Right Leg"] | |
59 | weld = Instance.new("Weld") | |
60 | weld.Part0 = leg2 | |
61 | weld.Part1 = Character["Right Leg"] | |
62 | weld.Parent = leg2 |