Advertisement
Diep8328Paster

Untitled

May 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. local h = char:WaitForChild("Head",0.1)
  4. local t = char:WaitForChild("Torso",0.1)
  5. local rl = char:WaitForChild("Right Leg",0.1)
  6. local ll = char:WaitForChild("Left Leg",0.1)
  7. local ra = char:WaitForChild("Right Arm",0.1)
  8. local la = char:WaitForChild("Left Arm",0.1)
  9. char.Head.face.Texture = "http://www.roblox.com/asset/?id=746538382"
  10. local a = Instance.new("Sound",t)
  11. a.Volume = 40
  12. a.SoundId = "rbxassetid://1102543935"
  13. a:Play()
  14. wait(2)
  15. char.Humanoid:Destroy()
  16. char.Animate:Destroy()
  17. char.Health:Destroy()
  18. h.CanCollide = false
  19. t.CanCollide = false
  20. rl.CanCollide = false
  21. ll.CanCollide = false
  22. ra.CanCollide = false
  23. la.CanCollide = false
  24. local ha = 1
  25. h.Anchored = true
  26. t.Anchored = true
  27. rl.Anchored = true
  28. ll.Anchored = true
  29. ra.Anchored = true
  30. la.Anchored = true
  31. while ha <= 70 do
  32. ha = ha + 1
  33. h.Orientation = Vector3.new(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  34. t.Orientation = Vector3.new(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  35. rl.Orientation = Vector3.new(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  36. ll.Orientation = Vector3.new(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  37. ra.Orientation = Vector3.new(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  38. la.Orientation = Vector3.new(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  39. wait(0.01)
  40. end
  41. local a2 = Instance.new("Explosion",t)
  42. a2.BlastRadius = 200
  43. a2.BlastPressure = 50000
  44. a2.Position = t.Position
  45. wait(0.1)
  46. char:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement