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 hes = game.Players.LocalPlayer.Character.Humanoid
- for i,v in pairs(char:children()) do
- if v:IsA("Hat") then
- v:Destroy()
- end
- end
- for i,v in pairs(hed:children()) do
- if v:IsA("Sound") then
- v:Destroy()
- end
- end
- local Part = Instance.new("Part",hed)
- Part.BrickColor = BrickColor.new("Really black")
- Part.Size = Vector3.new(1,1,1)
- Part.CanCollide = false
- Part.Material = "Neon"
- local M = Instance.new("SpecialMesh",Part)
- M.MeshId = "rbxassetid://227430350"
- M.Scale = Vector3.new(3,3,3)
- local Part2 = Instance.new("Weld",Part)
- Part2.Part0 = hed
- Part2.Part1 = Part
- Part2.C0 = CFrame.new(0, 1, -0.5)
- hes.MaxHealth = math.huge
- warn'Edit By BonnieKunG1s'
- print("Edit By BonnieKunG1s")
Advertisement
Add Comment
Please, Sign In to add comment