Advertisement
Kudzo

Untitled

Jan 31st, 2020
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while true do
  2. wait()
  3. local Players = game.Players:GetChildren()
  4.  
  5. for i=1, #Players do
  6. if Players[i].Name ~= game.Players.LocalPlayer.Name then
  7. game:GetService("ReplicatedStorage")["RE_HealHumanoidPlayer"]:FireServer(Players[i].Character.Humanoid, -9e99)
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement