Advertisement
Hex4rr

die with people when they die script

Jul 19th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. game:GetService('RunService').Stepped:connect(function()
  2. Players = game:GetService("Players")
  3. for i, player in pairs(Players:GetPlayers()) do
  4. if player.Character.Humanoid.Health == 0 then
  5. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  6. end
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement