> ## 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

> Zwraca game:CoreGui lookup.RobloxGui. Function nie przyjmuje arguments. Jesli CoreGui lookup zwroci nil albo RobloxGui na tej wartosci jest nil, function zwraca nil. Function nie tworzy container i nie uzywa zapisanej w cache wartosci CoreGui.

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

  ## Aliasy

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

  ## Zwroty

  <ResponseField name={"robloxGui"} type={"Instance | nil"}>
    Wartosc RobloxGui odczytana z CoreGui albo nil, gdy CoreGui lub RobloxGui jest niedostepne.
  </ResponseField>
</div>
