Advertisement
SirMeme

Kill Script

May 16th, 2018
1,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --Credits to Happyy
  2. --Happy#0002
  3. --[[ If the gamemode has a boss, it'll instantly kill the boss.
  4.  
  5. local remote = game.Workspace["__RemoteEvents"]["API_Hitscan"]
  6.  
  7. for i,v in pairs(game.Players:GetChildren()) do
  8.  
  9. local args = {
  10. [1] = "Damage",
  11. [2] = v.Name,
  12. [3] = 100000
  13. }
  14.  
  15. remote:FireServer(unpack(args))
  16.  
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement