StarterGui

extends BasePlayerGui

Class fields

FieldXML typeValue
NamestringStarterGui
ExplorerOrderstring3
ExplorerImageIndexstring46

Properties

2
ResetPlayerGuiOnSpawn
bool
FieldXML typeValue
NamestringResetPlayerGuiOnSpawn
ShowDevelopmentGui
bool
FieldXML typeValue
NamestringShowDevelopmentGui

Functions

5
GetCoreGuiEnabled
(coreGuiType: CoreGuiType) → bool
FieldXML typeValue
NamestringGetCoreGuiEnabled
summarystringReturns a boolean describing whether a CoreGuiType is currently being rendered.
RegisterGetCore
(parameterName: string, getFunction: Function) → void
FieldXML typeValue
NamestringRegisterGetCore
RegisterSetCore
(parameterName: string, setFunction: Function) → void
FieldXML typeValue
NamestringRegisterSetCore
SetCore
(parameterName: string, value: Variant) → void
FieldXML typeValue
NamestringSetCore
SetCoreGuiEnabled
(coreGuiType: CoreGuiType, enabled: bool) → void
FieldXML typeValue
NamestringSetCoreGuiEnabled
summarystringWill stop/begin certain core gui elements being rendered. See CoreGuiType for core guis that can be modified.

Yield functions

1
GetCore
(parameterName: string) → Variant
FieldXML typeValue
NamestringGetCore

Events

1
CoreGuiChangedSignal
(coreGuiType: CoreGuiType, enabled: bool) → void
FieldXML typeValue
NamestringCoreGuiChangedSignal