Alamo Studio
Script Documentation
Everything you need to install, configure, and run your Alamo Studio FiveM scripts.
Clear setup guides, full config references, and troubleshooting in one place.
Clear setup guides, full config references, and troubleshooting in one place.
Get startedJoin our Discord
Get up and running in three steps
Each Alamo Studio script follows the same simple flow. Pick where you are and jump straight to the guide.
Built for QBox, QBCore & ESX
Our scripts are framework-aware. Follow the guide that matches your server and you're ready in minutes.
Copy-paste config examples
Every configurable option comes with a working snippet. No guesswork.
config.lua
Config = {}
Config.Framework = 'qbox' -- 'qbox' | 'qbcore' | 'esx'
Config.Debug = false
Config.Locations = {
{ coords = vec3(-254.1, -971.2, 31.2), label = 'Main Shop' },
}
Fast troubleshooting
Hitting an error? Our troubleshooting guide covers the most common issues, what causes them, and exactly how to fix them.
View troubleshooting guide
