A professional, customizable introduction script for FiveM servers.
Forked from DaemonAlex/qs-tutorial
qs-tutorial is a lightweight and fully configurable resource designed to onboard new players to your FiveM server. Upon joining, players are greeted with a sleek introduction interface that explains your server's rules, lore, and mechanics, ensuring everyone starts on the same page.
- 👋 Welcoming Interface: A modern, clean UI to greet new players.
- ⚙️ Fully Configurable: Easily change text, images, and pages in the
config.lua. - 📹 Video Support: (Optional) Embed video backgrounds or tutorials.
- 🌍 Multi-Language Ready: structured to support multiple languages.
- 🔓 Open Source: 100% unencrypted code for full customization.
(Add a screenshot or GIF of your tutorial screen here. e.g. )
- Download the source code from the Releases tab.
- Extract the
qs-tutorialfolder to your server'sresourcesdirectory. - Add the following line to your
server.cfgfile:ensure qs-tutorial
- Restart your server or type
refreshandensure qs-tutorialin your server console.
All settings can be found in shared/config.lua (or config.lua).
Config = {}
-- Example Configuration
Config.WelcomeMessage = "Welcome to Our City!"
Config.ShowVideo = true
Config.VideoLink = "[https://your-video-link.com](https://your-video-link.com)"For advanced setup and dependencies, please refer to the official documentation: 👉 Quasar Store Docs
Contributions, issues, and feature requests are welcome!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Maintained by DeamonScripts