jhoncena10026

kamikaze script

Aug 2nd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. --replace jhoncena10026 with your username
  2. local player = "jhoncena10026"
  3. enabled = true
  4. while wait() do
  5. game.Workspace[player].Humanoid.WalkSpeed = 50
  6.  
  7. if game.Workspace[player].Humanoid.Health == 0 then
  8. if not enabled then
  9. return
  10. end
  11. enabled = false
  12. local hrpc = Instance.new("Part")
  13. hrpc.Anchored = true
  14. hrpc.Parent = game.Workspace
  15. if game.Workspace[player] == nil then
  16. warn("Character model was destroyed: did not launch explosion")
  17. wait(6.4)
  18. enabled = true
  19. end
  20. if game.Workspace[player].PrimaryPart == nil then
  21. warn("PrimaryPart was destoryed: did not launch explosion")
  22. wait(6.4)
  23. enabled = true
  24. end
  25. if game.Workspace[player].Humanoid == nil then
  26. warn("Humanoid was destroyed: did not launch explosion")
  27. wait(6.4)
  28. enabled = true
  29. end
  30. hrpc.Position = game.Workspace[player].PrimaryPart.Position
  31. hrpc.Transparency = 1
  32. hrpc.CanCollide = false
  33. local e = Instance.new("Explosion")
  34. e.Parent = game.Workspace
  35. e.Position = hrpc.Position
  36. e.BlastRadius = 11.5
  37. wait(6.4)
  38. enabled = true
  39. hrpc:Destroy()
  40. e:Destroy()
  41. end
  42. end
Add Comment
Please, Sign In to add comment