Advertisement
DaOMEGAa32

dis here is larry

Apr 15th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Name"
  4. s.SoundId = "rbxassetid://3044521562"
  5. s.Volume = 3
  6. s.Looped = false
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(0.1)
  12.  
  13. s:play()
  14. wait (2)
  15. Victim = game.Players["LocalPlayer"]
  16. Victim = Victim.Character
  17. o1 = Instance.new("Sound")
  18. o1.Parent = Victim.Head
  19. o1.SoundId = "rbxassetid://"
  20. o1:Play()
  21. o1 = Instance.new("Sound")
  22. o1.Name = "SoundofPain"
  23. o1.Parent = Victim.Head
  24. o1.Volume = 3
  25. o1.SoundId = "rbxassetid://"
  26. o1:Play()
  27. Victim.Head.face.Texture = "http://www.roblox.com/asset/?id=44716373"
  28. Victim.Head.BrickColor = BrickColor.New("Maroon")
  29. for i=1, 10 do
  30. wait(.1)
  31. Victim.Head.Size = Victim.Head.Size *1.3
  32. end
  33. g = Instance.new("Explosion")
  34. g.Parent = workspace
  35. g.Position = Victim.Head.Position
  36. g.BlastRadius = 200
  37. g.BlastPressure = 100000
  38. PS33 = Instance.new("Sound")
  39. PS33.Name = "Boom"
  40. PS33.Parent = workspace
  41. PS33.SoundId = "rbxassetid://165969964"
  42. PS33.Volume = 10
  43. PS33:Play()
  44. Victim.Head:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement