Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players.LocalPlayer
- local char = p.Character
- local hed = char.Head
- local LocalPlayer = p
- local Player = game.Players.localPlayer
- local Character = p.Character
- local LeftArm2 = Character["Left Arm"]
- local RightArm2 = Character["Right Arm"]
- local LeftLeg2 = Character["Left Leg"]
- local RightLeg2 = Character["Right Leg"]
- local Head2 = Character.Head
- local Torso2 = Character.Torso
- local player = game.Players.LocalPlayer
- local shirt = player.Character:WaitForChild("Shirt")
- local pants = player.Character:WaitForChild("Pants")
- wait()
- shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=536831523"
- pants.PantsTemplate = "http://www.roblox.com/asset/?id=547264976"
- char.Humanoid.MaxHealth = math.huge
- char.Humanoid.Health = math.huge
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == "Accessory" or v.ClassName == "Hat" then
- v:destroy()
- end
- end
- local Hair = Instance.new("Part")
- Hair.Parent = char
- Hair.Name = "Hair"
- Hair.Size = Vector3.new(1, 1, 1)
- Hair.CFrame = char.Head.CFrame
- Hair:BreakJoints()
- Hair.CanCollide = false
- Hair.TopSurface = "Smooth"
- Hair.BottomSurface = "Smooth"
- Hair.BrickColor = BrickColor.new("Gold")
- Weld = Instance.new("Weld")
- Weld.Name = "Weld"
- Weld.Part0 = char.Head
- Weld.Part1 = Hair
- Weld.Parent = char.Head
- Weld.C0 = CFrame.new(0.1,0,0.2)*CFrame.fromEulerAnglesXYZ(0,0,0)
- Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = Hair
- Mesh.MeshId = "rbxassetid://886288384"
- Mesh.TextureId = "rbxassetid://886289004"
- Mesh.Scale = Vector3.new(0.11,0.1,0.08)
- cut = Instance.new("Sound", Character)
- cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
- cut.Volume = 1.5
- thri = Instance.new("Sound", Character)
- thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
- thri.Volume = 2.5
- WRY = Instance.new("Sound", Character)
- WRY.SoundId = "https://www.roblox.com/asset/?id=910713928"
- WRY.Volume = 5
- ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
- ff.Visible = false
- local Players=game:service'Players'
- local Player=Players.LocalPlayer
- local Mouse=Player:GetMouse''
- local RenderStepped=game:service'RunService'.RenderStepped
- local MeshId='http://www.roblox.com/asset?id=202083123'
- local TextureId='http://www.roblox.com/asset/?id=189436355'
Add Comment
Please, Sign In to add comment