probanana

Kill ALL Script

Mar 7th, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. for i , player in pairs (game.Players:GetChildren()) do
  2.  
  3. if (player.Name ~= game.Players.LocalPlayer.Name) then
  4.  
  5. local args = {
  6. [1] = game:GetService("Players").LocalPlayer.Backpack.Sniper,
  7. [2] = {
  8. ["p"] = player.Character.Head.Position,
  9. ["pid"] = 1,
  10. ["part"] = player.Character.Head,
  11. ["d"] = 104.91844177246094,
  12. ["maxDist"] = 104.19622802734375,
  13. ["h"] = player.Character.Humanoid,
  14. ["m"] = Enum.Material.Plastic,
  15. ["sid"] = 1,
  16. ["t"] = 0.033940485041488104,
  17. ["n"] = player.Character.Head.Position
  18. }
  19. }
  20.  
  21. game:GetService("ReplicatedStorage").WeaponsSystem.Network.WeaponHit:FireServer(unpack(args))
  22.  
  23. end
  24.  
  25. end
Add Comment
Please, Sign In to add comment