---
title: 9AM Studios - Premium FiveM Scripts
canonical: https://9am.dev/
---

# 9AM Studios

Not another script store. The engineering FiveM is missing.

9AM Studios sells production-ready FiveM scripts for ESX, QBCore, and Qbox. Buy them on 9am.dev — Tebex checkout, delivered to your Cfx.re Keymaster.

Drop them in, let the database migrate itself, and tweak configs that actually make sense.

- [Browse all scripts](/scripts.md)
- [FiveM Dealership Script](/scripts/dealership.md) — live demo of the shipping NUI
- [Setup guides](/blog.md)
- [Documentation](https://docs.9am.dev)

## Latest releases

- [3D Text UI](/scripts/3d-text-ui.md) (FREE)
- [Dealership](/scripts/dealership.md) (€41.53) — 9AM Dealership is a FiveM vehicleshop with public and player-owned lots, financing, test drives, employee sales, coupons and stock management for ESX, QB and QBox.
- [Spawn Selector](/scripts/spawn-selector.md) (€21.30) — Buy 9AM Spawn Selector Escrow for FiveM. Give players a smooth spawn selection UI with multiple locations, fast character flow and ESX or QB support.
- [Multicharacter](/scripts/multicharacter.md) (€21.30) — Buy 9AM Multicharacter Escrow for FiveM. Let players create multiple characters, unlock extra slots and use a smooth character selection flow on ESX and QB servers.
- [Report](/scripts/report.md) (€21.30) — Get 9AM Report Escrow for FiveM. Improve staff response with report handling, screen recording support and modern admin workflows for ESX and QB servers.
- [Lockpick](/scripts/lockpick.md) (€10.59) — Lockpick script for FiveM. A smooth, customizable FiveM lockpick minigame script with modern UI, and easy installation for your FiveM server.

## Why 9AM Studios

Everything below is something you can check before you spend anything.

- **The build pipeline is public.** Every script reaches Keymaster through [9am-build](https://github.com/ilovehugetits/9am-build) (MIT). `npx 9am-build test` is the runner.
- **Play it before you pay.** The dealership demo on [the product page](/scripts/dealership.md) is the same NUI that ships to servers.
- **Delivery:** Cfx.re Keymaster, usually within minutes.
- **Updates:** free for as long as we ship them.
- **Frameworks:** QBox, QBCore, ESX — auto-detected, not chosen at checkout.
- **Support:** [Discord](https://discord.gg/9am) and support@9am.dev.
- **Refunds:** Tebex is the merchant of record. [Refund policy](/refund-policy.md).

## Best sellers

- [Dealership](/scripts/dealership.md) (€41.53) — 9AM Dealership is a FiveM vehicleshop with public and player-owned lots, financing, test drives, employee sales, coupons and stock management for ESX, QB and QBox.
- [Spawn Selector](/scripts/spawn-selector.md) (€21.30) — Buy 9AM Spawn Selector Escrow for FiveM. Give players a smooth spawn selection UI with multiple locations, fast character flow and ESX or QB support.
- [Multicharacter](/scripts/multicharacter.md) (€21.30) — Buy 9AM Multicharacter Escrow for FiveM. Let players create multiple characters, unlock extra slots and use a smooth character selection flow on ESX and QB servers.
- [Report](/scripts/report.md) (€21.30) — Get 9AM Report Escrow for FiveM. Improve staff response with report handling, screen recording support and modern admin workflows for ESX and QB servers.
- [Lockpick](/scripts/lockpick.md) (€10.59) — Lockpick script for FiveM. A smooth, customizable FiveM lockpick minigame script with modern UI, and easy installation for your FiveM server.
- [3D Text UI](/scripts/3d-text-ui.md) (FREE)

## Buying terms

- Cfx.re Keymaster — purchases land in your account within minutes.
- Escrow or open source — pick the edition at the buy button.
- One server key — each licence covers a single Cfx.re server.

## FAQ

### Do 9AM FiveM scripts work with ESX, QBCore, and Qbox?

Yes. Each product card lists the frameworks it supports. Dealership, Lockpick, and the free 3D Text UI auto-detect ESX, QBCore, and Qbox at startup — you do not pick a framework at checkout. Multicharacter, Report, and Spawn Selector ship for ESX and QBCore. If a resource needs ox_lib or oxmysql, that is called out in its [setup guide](/blog).

### What is the difference between escrow and open source FiveM scripts?

Escrow is the Cfx.re-protected build: configs, locales, and the files we leave unlocked stay editable, and updates apply through Keymaster without a merge. Open source includes the full source so your team can inspect and extend it. Most products let you pick the edition on the product page.

### How do I download and install FiveM scripts from Cfx.re Keymaster?

Tebex checkout grants the asset to the Cfx.re account you sign in with, usually within minutes. Download it from [Cfx.re Portal](https://portal.cfx.re/), drop the folder into `resources/`, and `ensure` it in `server.cfg`. Dealership and most paid scripts need ox_lib and oxmysql started first; tables are created on first start, so there is no SQL file to import. Lockpick is standalone. Per-script steps live in the [docs](https://docs.9am.dev) and the guides below.

### Does the FiveM dealership script include financing and player-owned lots?

Yes. [9AM Dealership](/scripts/dealership) is a full vehicle shop, not a buy menu: public lots, player-owned dealerships, commissioned staff, test drives, coupons, stock that has to be driven onto the floor, and financing with a real down payment, interest, and installments. It auto-detects Qbox, QBCore, and ESX and hands vehicles to the garage and key scripts you already run. The live demo on that page is the same NUI that ships to servers.

### Do I need to import SQL or install a 9AM framework?

No. 9AM scripts sit on top of ESX, QBCore, or Qbox — there is no extra framework to install. Resources that use a database migrate themselves on first start. Typical dependencies are ox_lib and oxmysql, which most roleplay servers already run. Lockpick stores XP in a local file and does not need a database.

### Can I use a FiveM script on more than one server?

Each licence covers a single Cfx.re server key. If you run a second key, you need another licence. You can use the script commercially on the server that key belongs to, including servers that take donations or sell in-game benefits. The full terms are in the [End User Licence Agreement](/license).

### Do you offer refunds on FiveM scripts?

Checkout is handled by Tebex, the merchant of record, who make the final decision on any refund. Scripts are delivered to Cfx.re straight away, so a purchase is normally final once the asset is granted. If a script is faulty or not as described, contact support and we will fix it or escalate it to Tebex. Dealership currently carries a 14-day refund offer. Details are on the [Refund Policy](/refund-policy).

### Are FiveM script updates free, and where do I get support?

Updates are free for as long as we ship them, and they arrive through the same Keymaster entitlement. Support is on [Discord](https://discord.gg/9am) and support@9am.dev for the product working as described — not custom feature work, and not debugging unrelated resources on your server. Installation order, config, and APIs are public on [docs.9am.dev](https://docs.9am.dev).

## Setup guides

- [How to Install 9AM 3D Text UI (ox_lib override)](/blog/fivem-3d-text-ui-setup-guide.md) — Install a free animated 3D text UI for FiveM with world-space prompts, ox_lib override support, and an export-based API. A five-minute polish upgrade for any server.
- [How to Install 9AM Multicharacter (ESX, QB)](/blog/fivem-multicharacter-script-setup-guide.md) — Install and configure a modern FiveM multicharacter script with extra character slots, redeem keys, and a smooth selection UI for ESX and QB servers.
- [How to Install 9AM Spawn Selector (ESX, QBCore)](/blog/fivem-spawn-selector-setup-guide.md) — Set up a modern FiveM spawn selector with multiple spawn locations and a clean UI. Installation, configuration, and launch tips for ESX and QB roleplay servers.
- [How to Install 9AM Report (QBCore, ESX)](/blog/fivem-report-script-setup-guide.md) — How to install and roll out a FiveM report script with screen recording and pre-record support, giving staff a faster, evidence-based workflow on QBCore and ESX servers.
- [How to Install 9AM Lockpick (Standalone, QBCore, ESX)](/blog/fivem-lockpick-script-setup-guide.md) — A complete guide to installing and configuring a skill-based FiveM lockpick minigame with XP progression, difficulty presets, and drop-in exports for doors, vehicles, and heist content.
- [How to Install 9AM Dealership (QBCore, ESX, QBox)](/blog/fivem-dealership-script-setup-guide.md) — A complete guide to installing and configuring a feature-rich FiveM dealership script with support for QBCore, ESX, and QBox, covering finance, employee management, and stock delivery systems.
