Advertisement
pa1nx9

This is For Swat team auto joins team and equips tool and kill everyone lol[/i]

Nov 20th, 2021
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Swatspawn.CFrame
  2. wait(3)
  3. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4. if v.name == "Rifleswat" then
  5. v.Parent = game.Players.LocalPlayer.Character
  6. end
  7. end
  8. wait(1.5)
  9. game:GetService("RunService").RenderStepped:Connect(function()
  10. for i,v in pairs(game.Players:GetPlayers()) do
  11. if v.Name == game.Players.LocalPlayer.Name then
  12. else
  13.  
  14. local args = {
  15. [1] = game:GetService("Players")[v.Name].Character.Humanoid,
  16. [2] = game:GetService("Players")[v.Name].Character.UpperTorso,
  17. [3] = 7,
  18. [4] = Vector3.new(0.50416570901871, -0.28170683979988, 0.81636887788773),
  19. [5] = 0,
  20. [6] = false,
  21. [7] = false
  22. }
  23.  
  24. game:GetService("Players").LocalPlayer.Character.Rifleswat.GunScript_Server.InflictTarget:FireServer(unpack(args))
  25. end end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement