> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/humanoiddisplaydistancetype.md).

# HumanoidDisplayDistanceType

## Overview

Defines how a character's name UI is displayed to other players.

## Items

| Name    | Value | Description                                                                                                              |
| ------- | ----- | ------------------------------------------------------------------------------------------------------------------------ |
| Viewer  | 0     | Displays the name UI. Uses the engine's default display distance (1500 cm) without any custom display distance settings. |
| Subject | 1     | Displays the name UI. Uses the engine's default display distance (1500 cm) without any custom display distance settings. |
| None    | 2     | Always hides the name UI.                                                                                                |

## See also

{% content-ref url="/pages/aQ89pxIkAxTbUIecXDYz" %}
[Humanoid](/development/api-reference/classes/humanoid.md)
{% endcontent-ref %}
