CoreUIService¶
Inherits Instance
CoreUI is a static class that allows for the toggling of certain core GUI.
Static Class
This object is a static class. It can be accessed by using its name as a keyword.
Additionally, it cannot be created in the creator menu or with Instance.New().
Not newable
This object cannot be created by scripts using Instance.New().
Properties¶
UseUserCard : boolean¶
Determines whether or not the user card (in the upper right hand corner above the leaderboard) is visible.
UseChat : boolean¶
Determines whether or not the chat box is visible.
UseHealthBar : boolean¶
Determines whether or not the player's health bar is visible.
UseLeaderboard : boolean¶
Determines whether or not the player list/leaderboard is visible.
UseHotbar : boolean¶
Determines whether or not the hot bar is visible.
UseMenuButton : boolean¶
Determines whether or not the menu button is visible.
UseEmoteWheel : boolean¶
Determines whether or not the emote wheel is visible.
CanRespawn : boolean¶
Determines whether or not the player can respawn.