Xp_Isolation

All kill

Nov 27th, 2020
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. while wait(1) do
  2. local DR = game:GetService("ReplicatedStorage")["ACS_Engine"].Eventos.Damage
  3.  
  4. for PlayerIndex,GivenPlayer in pairs(game.Players:GetPlayers()) do
  5. local Char = GivenPlayer.Character
  6. DR:FireServer(Char.Humanoid,Char.Humanoid.MaxHealth,0,0)
  7. end
  8. end
Add Comment
Please, Sign In to add comment