How i close the player health regen?

players have been damaged somewhere and should not regenerate their health.

1 Like

" Regeneration

If there is no Script named “Health” within StarterCharacterScripts , a passive health regeneration script is automatically inserted. This causes players’ characters to spawn with the same health regeneration script, which adds 1% of MaxHealth to Health each second, while the Humanoid is not dead. To disable this health regeneration behavior, add an empty Script named “Health” to StarterCharacterScripts ."
From Humanoid | Documentation - Roblox Creator Hub.
I don’t know if that’s what you want but you should look there

6 Likes