> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# gethui

> Gibt game:CoreGui lookup.RobloxGui zurueck. Die function nimmt keine arguments. Wenn CoreGui lookup nil zurueckgibt oder wenn RobloxGui auf diesem Wert nil ist, gibt die function nil zurueck. Die function erstellt keinen container und verwendet nicht den gecachten CoreGui-Wert.

<div className="real-function-page">
  ```lua theme={null}
  gethui(): Instance | nil
  ```

  ## Aliase

  * `gethiddenui`
  * `gethiddengui`
  * `get_hidden_ui`
  * `get_hidden_gui`

  ## Rückgaben

  <ResponseField name={"robloxGui"} type={"Instance | nil"}>
    Der aus CoreGui gelesene RobloxGui-Wert oder nil, wenn CoreGui oder RobloxGui nicht verfuegbar ist.
  </ResponseField>
</div>
