athoi21

Fe kill Mad city

Apr 26th, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ----Loopkill cant do this in ur team either-----
  2.  
  3. _G.TargetTeam = "" -- put team u need to kill here
  4. while wait() do
  5. for i,v in next, game.Teams[_G.TargetTeam]:GetPlayers() do
  6. game.ReplicatedStorage.Event:FireServer("BM", v.Character.Head.Position)
  7. game.ReplicatedStorage.Event:FireServer("BM", v.Character.Head.Position)
  8. end
  9. end
  10. ----u can either 1. loopkill 2. ctrl click kill/Ctrl kill, move ur mouse to the player u need to kill, can't teamkill sadly-----
  11. game.Players:GetMouse().Button1Down:connect(function()
  12. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  13. game.ReplicatedStorage.Event:FireServer("BM", Mouse.Hit.p)
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment