MRobbin99

killallplayers jojomenacing

Mar 2nd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. while wait() do
  2. players = game.Players:GetChildren()
  3. for i = 1, #players do
  4. playername = players[i].Name
  5. if game.Workspace:FindFirstChild(playername) ~= nil and playername ~= game.Players.LocalPlayer.Name then
  6. player = game.Workspace:FindFirstChild(playername)
  7. if player.Humanoid.Health > 10 then
  8. if player:FindFirstChild("ForceField") == nil then
  9. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then
  10. wait(.5)
  11. local A_1 = game.Workspace["Radio FIXED"].Radio
  12. local A_2 = "inf"
  13. local A_3 = game.Players.LocalPlayer.Character.Torso.voiceline
  14. local A_4 = player.Humanoid
  15. local A_6 = false
  16. local A_7 = false
  17. local Event = game:GetService("ReplicatedStorage").Specials.explosionevent
  18. Event:FireServer(A_1, A_2, A_3, A_4, A_6, A_7)
  19. end
  20. end
  21. end
  22. end
  23. end
  24. end
Add Comment
Please, Sign In to add comment