Advertisement
DylanD2003

Untitled

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