Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- --Custom Character By basstracker1970
- --This Is Editable
- plr = game.Players.basstracker1970
- Character = plr.Character
- Character.Head.Transparency = 1
- Character.Torso.Transparency = 1
- Character["Left Arm"].Transparency = 1
- Character["Right Arm"].Transparency = 1
- Character["Left Leg"].Transparency = 1
- Character["Right Leg"].Transparency = 1
- plr.Character:FindFirstChildOfClass("Accessory"):Remove()
- head = Instance.new("Part")
- head.Size = Vector3.new(1.69, 1.58, 1.24)
- head.Parent = Character.Head
- weld = Instance.new("Weld")
- weld.Part0 = head
- weld.Part1 = Character.Head
- weld.Parent = head
- torso = Instance.new("Part")
- torso.Size = Vector3.new(2.06, 2.36, 1.28)
- torso.Parent = Character.Torso
- weld = Instance.new("Weld")
- weld.Part0 = torso
- weld.Part1 = Character.Torso
- weld.Parent = torso
- rootpart = Instance.new("Part")
- rootpart.Transparency = 1
- rootpart.Size = Vector3.new(2.06, 2.36, 1.28)
- rootpart.Parent = Character.HumanoidRootPart
- weld = Instance.new("Weld")
- weld.Part0 = rootpart
- weld.Part1 = Character.HumanoidRootPart
- weld.Parent = rootpart
- arm1 = Instance.new("Part")
- arm1.Size = Vector3.new(1.03, 2.36, 0.83)
- arm1.Parent = Character["Left Arm"]
- weld = Instance.new("Weld")
- weld.Part0 = arm1
- weld.Part1 = Character["Left Arm"]
- weld.Parent = arm1
- arm2 = Instance.new("Part")
- arm2.Size = Vector3.new(1.03, 2.36, 0.83)
- arm2.Parent = Character["Right Arm"]
- weld = Instance.new("Weld")
- weld.Part0 = arm2
- weld.Part1 = Character["Right Arm"]
- weld.Parent = arm2
- leg1 = Instance.new("Part")
- leg1.Size = Vector3.new(1.03, 2.36, 0.83)
- leg1.Parent = Character["Left Leg"]
- weld = Instance.new("Weld")
- weld.Part0 = leg1
- weld.Part1 = Character["Left Leg"]
- weld.Parent = leg1
- leg2 = Instance.new("Part")
- leg2.Size = Vector3.new(1.03, 2.36, 0.83)
- leg2.Parent = Character["Right Leg"]
- weld = Instance.new("Weld")
- weld.Part0 = leg2
- weld.Part1 = Character["Right Leg"]
- weld.Parent = leg2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement