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