Advertisement
Guest User

Counter Blox Kill All Script

a guest
Oct 2nd, 2020
8,224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Subscribe To My Youtube AkatsukiMods copy text below
  2.  
  3.  
  4.  
  5. local Remote = game.ReplicatedStorage.Events['HitPart']
  6.  
  7. for _,v in pairs(game:GetService"Players":GetChildren()) do
  8. if v.Team ~= game.Players.LocalPlayer.Team then
  9. if v.Character and v.Character.Head then
  10. local Arguments = {
  11. [1] = workspace[v.Name].Head,
  12. [2] = workspace[v.Name].Head.Position,
  13. [3] = workspace[game.Players.LocalPlayer.Name].EquippedTool.Value,
  14. [4] = math.rad(1,100000),
  15. [5] = workspace[game.Players.LocalPlayer.Name].Gun,
  16. [8] = 8, --damage multiplier
  17. [9] = false,
  18. [10] = false,
  19. [11] = Vector3.new(),
  20. [12] = math.rad(1,100000),
  21. [13] = Vector3.new()
  22. }
  23.  
  24. Remote:FireServer(unpack(Arguments))
  25. end
  26. end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement