Documentation
Install, configure, and ship.
Guides for installing, configuring, and integrating PrismScripts resources into your FiveM server.
Install in 5 minutes
Every PrismScripts resource installs the same way. Once you've purchased through Tebex:
- Download the resource ZIP from your Tebex purchase page.
- Unzip and drop the folder into your server's
resources/directory. - Open
config.luain the resource folder. Set permissions and (optional) Discord webhook URL. - Add the line
ensure resource_nameto yourserver.cfg. - Restart your FiveM server. Done.
Supported frameworks
Every script auto-detects the framework on startup:
- QBCore — most popular today, full support out of the box
- Qbox — modern fork of QBCore, fully compatible
- ESX — classic, still active, every script supports it
- Standalone — for custom frameworks, covers 95% of use cases
Permission tiers
All admin-style resources use a 3-tier permission system:
Config.Permissions = {
identifiers = { 'license:abc...' }, -- raw identifier whitelist
aceGroup = 'admin', -- ACE permission group
frameworkGroups = { 'admin', 'god' } -- framework groups
}
Each action also has its own minimum tier (mod / admin / superadmin):
Config.ActionTiers = {
kick = 'mod',
ban = 'admin',
unban = 'superadmin',
}
santi_admin
📝 Detailed docs coming with v1.0 release
Estimated June 2026. Join the launch waitlist to get notified.
More coming
As more scripts launch, dedicated docs will appear here. For now, see the roadmap for what's next.