Skip to main content
TRACK B·SELL AND SUPPORT·Verified June 2026 · Lua 5.4 · ox_lib 3.x
Learning with an AI assistant?
Copies this lesson plus 2026 ground rules (no lua54 'yes', Cfx.re Portal, correct callback signatures) as a ready-to-paste mentor prompt.

Resource licensing and escrow

Here's the deal: every FiveM script ships one of two ways, and knowing which is on you before money changes hands. Open means the code is readable and you can edit all of it. Escrowed means the core is locked and only a config file is exposed for you to change. Get this wrong and a buyer can't make the edit they paid for, or a seller hands away code they meant to protect.

You'll learn
What escrow and licenses actually mean for FiveM scripts: what buyers can edit, what they cannot, how to recognize an escrowed resource on disk, and how to choose for what you sell or buy.
Time
~20 minutes.
You need
An interest in selling or buying scripts the right way.
BEFORE YOU START

What to understand before you transact

Know open vs escrowed

You can tell what a buyer will and will not be able to edit.

Open means readable Lua you can edit and copy in full. Escrowed means the core is locked: the buyer edits the exposed config and whatever files the author left open, but not the protected logic. Neither one is "better." They fit different products.

As a buyer, check editing rights before you buy

No surprise that you cannot make the change you needed.

If you bought a script specifically to modify its core behavior, an escrowed version will block you. Read the listing: what is configurable, what is open, what is locked. Ask before buying, not after.

As a seller, decide what to protect

You expose a clean config and protect what is yours.

Expose a well-documented config so buyers rarely need the core. Protect the logic that is your actual product. Leaving everything open invites resale of your work; locking everything frustrates legitimate customization.

Respect licenses both ways

You only ship and run what you are licensed to.

Do not resell, re-leak, or strip another author's escrow. On the buy side, a license is per the terms you agreed to (often per-server). Reselling someone else's work is the fast path to a marketplace ban.

Keep reading the full lesson

Sign in to start, then unlock every step of this lesson and the full FiveM School with a membership.

Still ahead in this lesson
  • How to recognize escrow in the wild
  • Common mistakes
  • What you can do now

The remainder of Resource licensing and escrow is available to FiveM School members.