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.

Last updated