My character does not display its health

https://gyazo.com/93a4f673e650a891ca2e06f120279102

as seen in the gyazo above, i have a damage script that does 5 damage each time. but i cant see that characters health bar for whatever reason, anybody know why?

1 Like

Look inside the character’s humanoid and search for properties that relate to health and put it to display. Notable is DisplayerDistanceType, HealthDisplayDistance, and HealthDisplayType .

Check the humanoid’s properties and look at the DisplayDistanceType and make sure it’ not None.