Commands
This section lists all available commands included in the script. Each command is designed to simplify administration, player interaction, or debugging tasks. You’ll find detailed descriptions, usage examples, and permission requirements to help you manage and customize your server efficiently.
| Command | Description |
/shellcreator | Open the shell creation menu. |
Client Exports
This section provides all available client exports for the script. These functions allow you to interact directly with the system from the client side, enabling custom features, UI interactions, and integrations with other resources. Each export includes a short description and usage example for easy implementation.
Client State Bag
This section provides all available client state bags for the script. These values allow you to track the player’s current state in real time, such as whether they are inside the builder or preview mode. State bags are automatically synchronized and replicated, making them reliable for both instant checks and reactive logic through change handlers. Each state includes a short description and usage example for easy implementation.
Client Event
This section provides all available client events for the script. These events are triggered automatically during key interactions, such as entering or exiting the builder or preview modes. They allow you to hook into the system lifecycle and execute custom logic at the exact moment something happens. Each event includes a short description and usage example for easy implementation.
