Reference API Roblox

Engine API

Website

Related

Reference API Roblox

HumanoidHealthDisplayType

Controls under what circumstances the Humanoid health bar is displayed.

Items 3

HistoryNameValueDescription
271DisplayWhenDamaged0

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

271AlwaysOn1

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

271AlwaysOff2

The humanoid's health bar is never visible.

Description

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.

History 4

Settings