Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Victim = game.Players["LocalPlayer"]
  2. Victim = Victim.Character
  3. o1 = Instance.new("Sound")
  4. o1.Parent = Victim.Head
  5. o1.SoundId = "rbxassetid://429400881"
  6. o1:Play()
  7. o1 = Instance.new("Sound")
  8. o1.Name = "SoundofPain"
  9. o1.Parent = Victim.Head
  10. o1.Volume = 10
  11. o1.SoundId = "rbxassetid://316891313"
  12. o1:Play()
  13. Victim.Head.face.Texture = "http://www.roblox.com/asset/?id=412416747"
  14. Victim.Head.BrickColor = BrickColor.New("Maroon")
  15. for i=1, 10 do
  16. wait(.1)
  17. Victim.Head.Size = Victim.Head.Size *1.3
  18. end
  19. g = Instance.new("Explosion")
  20. g.Parent = workspace
  21. g.Position = Victim.Head.Position
  22. g.BlastRadius = 200
  23. g.BlastPressure = 100000
  24. PS33 = Instance.new("Sound")
  25. PS33.Name = "Boom"
  26. PS33.Parent = workspace
  27. PS33.SoundId = "rbxassetid://165969964"
  28. PS33.Volume = 10
  29. PS33:Play()
  30. Victim.Head:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement