Advertisement
derekiscool423

works for me

Nov 19th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. pl=game.Players.LocalPlayer
  2. mo=pl:GetMouse()
  3. local person
  4. idk=false
  5. mo.Button1Down:connect(function()
  6. idk=not idk
  7. if idk==true and mo.Target.Parent:findFirstChild'Humanoid' then
  8. person=mo.Target.Parent
  9. victim = person.anime47jav
  10. m = Instance.new('Hint', game.Workspace)
  11. m.Text = "You have exploded "..victim.."'s head."
  12. me = person
  13. head = me.Head
  14. torso = me.Torso
  15. health = me.Humanoid
  16. leftarm = me["Left Arm"]
  17. rightarm = me["Right Arm"]
  18. leftleg = me["Left Leg"]
  19. rightleg = me["Right Leg"]
  20. leftarm.Anchored = true
  21. rightarm.Anchored = true
  22. leftleg.Anchored = true
  23. rightleg.Anchored = true
  24. torso.Anchored = true
  25. local s = Instance.new("Sound")
  26. local t = Instance.new("Sound")
  27. t.Name = "sound1"
  28. t.Volume = 1
  29. t.Pitch = 1
  30. t.Looped = false
  31. t.archivable = false
  32. t.Parent = head
  33. t:play()
  34. wait(5.4)
  35. head.CanCollide = false
  36. s.Name = "sound1"
  37. s.Volume = 1
  38. s.Pitch = 1
  39. s.Looped = false
  40. s.archivable = false
  41. s.Parent = head
  42. s:play()
  43. local b = Instance.new("Sound")
  44. b.Name = "sound1"
  45. b.Volume = 1
  46. b.Pitch = 1
  47. b.Looped = false
  48. b.archivable = false
  49. b.Parent = head
  50. b:play()
  51. head.Transparency = 999999
  52. head.face:Remove()
  53. head.CanCollide = false
  54. head.Anchored = true
  55. gui=Instance.new("BillboardGui")
  56. gui.Parent=head
  57. gui.Adornee=head
  58. gui.Size=UDim2.new(0.8,0,0.8,0)
  59. gui.StudsOffset=Vector3.new(0,1,0)
  60. img=Instance.new("ImageLabel")
  61. img.Size=UDim2.new(4,0,3,0)
  62. img.Position=UDim2.new(-1.5,0,0,0)
  63. img.BackgroundTransparency = 1
  64. img.Parent=gui
  65. torso.BrickColor = BrickColor.new("Really red")
  66. health.Health = -999
  67. wait(0.01)
  68. wait(5)
  69. m:Remove()
  70. end
  71. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement