---
name: NameOcclusion
last_updated: 2026-06-25T22:10:52Z
type: enum
summary: "The NameOcclusion Enum is used to set the Humanoid.NameOcclusion property."
---

# NameOcclusion

The NameOcclusion Enum is used to set the [Humanoid.NameOcclusion](/docs/reference/engine/classes/Humanoid.md)
property.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `NoOcclusion` | 0 | Do not occlude (hide) any humanoid names. |
| `EnemyOcclusion` | 1 | Occlude (hide) all enemy humanoid names. |
| `OccludeAll` | 2 | Occlude (hide) all humanoid names. |