HumanoidHealthDisplayType

Controls when the Humanoid health bar is displayed. This works in conjunction with the Humanoid.MaxHealth property which must have a value higher than zero or the health bar doesn't display.

Items

NameValueSummary
DisplayWhenDamaged0

The humanoid's health bar is only visible when the humanoid is not at full health (assuming MaxHealth is greater than zero).

AlwaysOn1

The humanoid's health bar is always visible (assuming MaxHealth is greater than zero).

AlwaysOff2

The humanoid's health bar is never visible.

On this page