Quasar Store Logo

Commands and Exports

This section lists all available commands, exports, and events included in the script. You’ll find client-side, server-side, and shared functions designed to help developers integrate, extend, or interact with the system easily within their own scripts or frameworks.

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.

CommandDescription
/shellcreatorOpen 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.

IsInShellcreatorPreview

IsInShellcreatorBuilder





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.

LocalPlayer.state.shellcreatorInBuilder

LocalPlayer.state.shellcreatorInPreview





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.

shellcreator:client:builderEntered

shellcreator:client:builderExited

shellcreator:client:previewEntered

shellcreator:client:previewExited