ItsFentix

Bunny Ears

Dec 17th, 2017
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. local hed = char.Head
  4. local hes = game.Players.LocalPlayer.Character.Humanoid
  5. for i,v in pairs(char:children()) do
  6. if v:IsA("Hat") then
  7. v:Destroy()
  8. end
  9. end
  10. for i,v in pairs(hed:children()) do
  11. if v:IsA("Sound") then
  12. v:Destroy()
  13. end
  14. end
  15. local Part = Instance.new("Part",hed)
  16. Part.BrickColor = BrickColor.new("Really black")
  17. Part.Size = Vector3.new(1,1,1)
  18. Part.CanCollide = false
  19. Part.Material = "Neon"
  20. local M = Instance.new("SpecialMesh",Part)
  21. M.MeshId = "rbxassetid://227430350"
  22. M.Scale = Vector3.new(3,3,3)
  23. local Part2 = Instance.new("Weld",Part)
  24. Part2.Part0 = hed
  25. Part2.Part1 = Part
  26. Part2.C0 = CFrame.new(0, 1, -0.5)
  27. hes.MaxHealth = math.huge
  28. warn'Edit By BonnieKunG1s'
  29. print("Edit By BonnieKunG1s")
Advertisement
Add Comment
Please, Sign In to add comment