Skip to content

CoreUI

Static Class

This object is a static class. It can be accessed by using its name as a keyword like this: CoreUI.

Additionally, it cannot be created in the creator menu or with Instance.New().

CoreUI is a static class that allows for the toggling of certain core GUI.

This is only available to the client. It can only be accessed within local scripts.

Properties

ChatEnabled : boolean = true

Determines whether or not the chat box is visible.

Determines whether or not the menu button is visible.

UserCardEnabled : boolean = true

Determines whether or not the user card (in the upper right hand corner above the leaderboard) is visible.

LeaderboardEnabled : boolean = true

Determines whether or not the player list/leaderboard is visible.

HealthBarEnabled : boolean = true

Determines whether or not the player's health bar is visible.

HotbarEnabled : boolean = true

Determines whether or not the hot bar is visible.