FAQ
Common questions and answers about Tworst Scripts.
Purchase & Download
Where do I download my purchased scripts?
After purchasing from tworst.com, download your scripts from Cfx.re Portal:
Go to portal.cfx.re
Log in with your Cfx.re account (same account linked during purchase)
Click "Granted Assets" in the left sidebar
Find your script and click "Download"
Do scripts receive updates?
Yes! All Tworst Scripts receive free lifetime updates. Updates are available through the Cfx.re Portal. Join our Discord to be notified of new versions.
Can I use scripts on multiple servers?
Each purchase is licensed for one server. For multi-server licensing, contact us on Discord.
Can I get a refund?
We offer a 5-day return period following your purchase. Please note that returns are subject to certain conditions. If you experience any difficulties receiving support within this timeframe, we would be happy to extend the period for you.
For any issues regarding your purchase, please open a support ticket on our Discord server.
Note: Open-source products are not eligible for refund requests.
Is the open-source version fully open?
Yes, our scripts are completely open-source. Only the stream files (assets) are protected under escrow. You can easily view, modify, and adapt the code to your own framework with some modifications.
Installation Issues
Script won't start / No errors shown
Check if the resource is in the correct
resourcesfolderVerify
ensure tw-scriptnameis inserver.cfgCheck the resource name matches exactly (case-sensitive on Linux)
Make sure dependencies start before the script:
"attempt to index a nil value (global 'ESX')" or "QBCore not found"
Your framework isn't loading properly. Check your config/config.lua:
"No such export" error
Missing dependency. Check that you have:
PolyZone - Required for all scripts
oxmysql - Or mysql-async/ghmattimysql
Your framework (ESX/QBCore/vRP)
SQL import fails
Make sure you're importing to the correct database
Check for existing tables that might conflict
The SQL file is named
insert.sqlin the script folder
PolyZone errors
Make sure PolyZone is installed and started before Tworst scripts:
Download PolyZone from: GitHub
Configuration Problems
Changes to config don't apply
Save the file
Restart the resource:
ensure tw-scriptnameOr restart the entire server
Check for syntax errors in config
"attempt to call a nil value" in config
Syntax error in your config. Check for:
Missing commas between values
Unclosed brackets
{}or parentheses()Mismatched quotes
"or'
How do I change the language?
Available languages are in the locales/ folder.
How do I change the interaction system?
How do I change the inventory system?
In-Game Issues
UI doesn't appear
Press F8 and check the NUI tab for JavaScript errors
Clear FiveM cache: Delete
%localappdata%/FiveM/FiveM.app/data/cacheVerify
html/folder exists in the resourceCheck if another script is blocking NUI
Job menu doesn't open
Check if you're at the correct location (coordinates in config)
Verify your interaction system is configured correctly
Enable
Config.Debug = trueto see console messagesCheck if blips/markers are showing
Markers/Blips don't show
Check coordinates in
config/coordinate.luaVerify blip settings are enabled
Check for coordinate conflicts with other scripts
Vehicles don't spawn
Check vehicle model names are correct
Verify vehicle key system is configured:
Database not saving
Check oxmysql/mysql-async is running
Verify database credentials in
server.cfgCheck server console for SQL errors
Make sure the table was imported from
insert.sql
Performance
Script causing lag
Set
Config.Debug = falsein productionCheck for conflicts with other resources
Reduce draw distances if configurable
Use
resmoncommand to check resource usage
High resource monitor (resmon) usage
Higher usage is normal during:
Initial script load
Many players using the script simultaneously
Debug mode enabled
If usage remains high, check for conflicts or contact support.
Framework Specific
ESX: Player data not loading
Make sure ESX is exporting correctly:
QBCore: Functions not working
Make sure QBCore is configured:
QBox: Compatibility issues
QBox is fully supported:
vRP: Integration problems
vRP support is available for job scripts:
Support
How can I contact support?
The fastest way to get help is through our Discord server where we're available 7 days a week.
Contact Options:
Discord - Fastest way to get one-on-one support, 7 days a week
Email - Send us an email at support@tworst.com (3-5 business days)
YouTube - Watch video tutorials and installation guides
The script is not working, what should I do?
Check this FAQ and our troubleshooting guides
Make sure all dependencies are installed correctly
If the issue persists, join our Discord server and create a support ticket with your server console errors
What information should I include in a support ticket?
Script name and version
Framework (ESX/QBCore/QBox/vRP) and version
Full error message from server console (F8)
Steps to reproduce the issue
Config changes you made
Screenshots if applicable
Support tickets without proper information may take longer to resolve. Please provide all relevant details.
Still Need Help?
Last updated

