CoreGui

CoreGui : Instance

Overview

The CoreGui class is a service that stores and manages all the core user interface (UI) elements created by OVERDARE. These UI elements include essential components such as the in-game menu, player list, backpack, chat, and other built-in GUIs that are present in every game. The CoreGui is not directly editable by developers but can be enabled or disabled selectively using the StarterGui:SetCoreGuiEnabled() method.

Description

The CoreGui class provides the foundation for OVERDARE's default user interface system. It ensures that core UI elements are consistently available across all games, offering players a familiar and functional interface. While developers cannot modify or directly access the contents of CoreGui, they can control its visibility and behavior to customize the player experience.

Properties

Methods

Events