Commands & 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.
/tutorial
Configurable in config.lua.
/resettutorial
Configurable in config.lua too.
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.
StartTutorial
Quasar Tutorial allows you to create an interactive tutorial experience for your players. This is perfect for guiding new players, explaining server mechanics, or introducing custom features seamlessly.
How to Use
To trigger the tutorial manually, simply place this code at the top of your client-side script:
-- Place this on top of your client-side script, no additional setup needed!
exports['qs-tutorial']:StartTutorial()Once executed, the tutorial will launch, showing text instructions and images to guide players step by step.