CoreGuiType
Last updated
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.
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.
Last updated