Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(0.1)
- if game.Workspace.xXoONewOoXx.Humanoid.Health == 0 then
- local p = game.Players:GetChildren()
- for i = 1, #p do
- p[i].Character.Humanoid.Health = 0
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement