Alamo Studio Logo

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.
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.

1. Install
Download, drop the resource into your server, set dependencies, and add it to your server.cfg. Get the script loading correctly the first time.
2. Configure
Tune the config.lua to match your framework, jobs, items, and prices. Every option is documented with examples and safe defaults.
3. Maintain
Keep scripts healthy with update guides, common error fixes, and performance tips so your server stays smooth under load.

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
Copyright © 2026