-
What do you want to achieve?
I want to remove/disable ROBLOX’s default health regeneration but not sure if that’s even possible. -
What is the issue?
Cant figure out how to, didn’t see a setting in StarterPlayer that affects health regeneration. -
What solutions have you tried so far?
I looked around Dev hub but didn’t find anything.
1 Like
put an empty script inside startercharacterscripts and name it “Health”, this should override the default health script
3 Likes
The default health regen is caused by a script that gets added to your character at runtime titled “Health”
The easiest way to remove it, its just to create an empty / disabled script in StarterCharacter that overrides it
3 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.