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

> game:CoreGui lookup.RobloxGui를 반환합니다. 이 function은 arguments를 받지 않습니다. CoreGui lookup가 nil을 반환하거나 해당 값의 RobloxGui가 nil이면 function은 nil을 반환합니다. function은 container를 생성하지 않고 cached CoreGui 값을 사용하지 않습니다.

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

  ## 별칭

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

  ## 반환값

  <ResponseField name={"robloxGui"} type={"Instance | nil"}>
    CoreGui에서 읽은 RobloxGui 값 또는 CoreGui나 RobloxGui를 사용할 수 없을 때 nil입니다.
  </ResponseField>
</div>
