Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- while wait() do
- if pcall(function() return player.Character.Humanoid.Health end) and player.Character.Humanoid.Health < player.Character.Humanoid.MaxHealth then
- game.ReplicatedStorage.Remotes.GiveHealth:FireServer(player)
- end
- end
RAW Paste Data