---
name: GuiState
last_updated: 2026-06-25T22:10:52Z
type: enum
---

# GuiState

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Idle` | 0 | The GUI currently has no state. |
| `Hover` | 1 | The GUI is being hovered over by the user. |
| `Press` | 2 | The GUI is being pressed/held down by the user. |
| `NonInteractable` | 3 | The GUI cannot be interacted with and therefore has no states. |