CoreGuiType

Overview

CoreGuiType is an Enum that defines the key GUI elements of games and applications.

This is used in the GetCoreGuiEnabled() and SetCoreGuiEnabled() methods of StarterGui and controls whether various system UI elements are displayed.

Items

Name
Value
Description

PlayerList

0

Currently not supported.

Health

1

Currently not supported.

Backpack

2

Displays playerโ€™s backpack.

Chat

3

Currently not supported.

All

4

Displays all the CoreGui elements comprehensively.

EmotesMenu

5

Currently not supported.

SelfView

6

Currently not supported.

Joystick

7

Displays a virtual joystick for movement control.

JumpButton

8

Displays a button that makes the playerโ€™s avatar to jump.

See also

StarterGuichevron-right

Last updated