~/guides/fivem-gta-v-enhanced
FiveM for GTA V Enhanced
-- enhanced · updated august 2026 · var fivem team
-- early access: july 21, 2026 · sync up to 120 hz · no asset escrow yet
Cfx.re opened FiveM for GTA V Enhanced to server owners on July 21, 2026. The headline numbers are genuinely good: synchronisation up to 120 Hz and up to 50% less RAM per player. The caveats are just as real: it is early access, it does not cross-play with Legacy, every streamed asset has to be converted, and Asset Escrow is not there yet, which quietly blocks most of the paid scripts a server runs on. Here is what changes, what breaks, and the honest answer on when to move.
What FiveM for GTA V Enhanced actually is
GTA V Enhanced is Rockstar's current-generation build of GTA V on PC. FiveM for Enhanced is the version of the platform that runs against it, and the important word is separate. It sits alongside FiveM Legacy rather than replacing it: two clients, two server builds, two ecosystems that do not talk to each other. Your existing server does not change because Enhanced exists.
August 2023
Rockstar acquires Cfx.re
FiveM becomes first-party technology, which is the reason a port to Rockstar's newest build was ever on the table.
January 2026
Cfx Marketplace launches
Official commerce infrastructure around FiveM, and the first strong signal that the platform is being invested in rather than maintained.
July 21, 2026
Enhanced early access opens to server owners
Server owners get the new client and the new Cfx Server first. Cfx.re states plainly that this build contains bugs, performance issues and game crashes.
The months after
Players follow
General player availability rolls out after the server-owner phase, which is what actually decides when a migration is viable for a community.
No end date
Legacy continues
Support for the current build carries on and upgrading is not mandatory. There is no deadline pushing you off Legacy.
Legacy vs Enhanced, side by side
Most of what you read about Enhanced is about visuals, because that is what Rockstar shipped. For a server owner the interesting changes are underneath, in the server runtime.
| Criterion | FiveM Legacy | FiveM Enhanced |
|---|---|---|
| Maturity | Production, years of it | Early access since July 2026 |
| Server sync rate | 30 to 40 Hz | Up to 120 Hz |
| RAM per player | Current baseline | Up to 50% lower |
| Cross-play with the other build | no | no |
| Runs your existing streamed assets as-is | yes | no |
| Asset Escrow (protected paid scripts) | yes | no |
| Upgrade required | no | no |
The sync rate is the line worth dwelling on. Going from 30 to 40 Hz up to 120 Hz is the difference between movement that is interpolated and movement that is observed, and it shows up most in exactly the situations roleplay servers care about: vehicles at speed, close-quarters combat, and anything with a lot of players in one place. The RAM figure matters for a different reason, it changes what player count a given box can hold, which is a hosting bill.
What breaks when you migrate
Three things stand between a Legacy server and a working Enhanced one, and only the first is about time passing.
The migration path
- Stand up a staging serverEnhanced is a separate build. You cannot test it in place on the server your players are on.
- Convert your assetsMandatory. A working Legacy resource is not automatically an Enhanced resource.
- Retest resource by resourceStreaming, physics, weapons and networking are where Legacy assumptions surface.
- Move the community in one goNo cross-play means there is no gradual rollout. The switch is a single event.
Asset conversion is the real cost. Lua, JavaScript and C# resources and the natives FiveM already supports should keep working, so your gameplay code is largely fine. Anything that streams custom content, vehicle models, MLO interiors, clothing, props, has to be converted and then verified, because conversion is a transformation and not a guarantee. If your server leans on a large custom map or a big vehicle pack, that is where your migration weeks go.
Asset Escrow does not exist on Enhanced yet, and that is the blocker. This is the one people underestimate. Escrow is the Cfx.re system that encrypts a paid resource and ties it to your server key, and it has not shipped on the Enhanced build. A protection system has to exist on a platform before protected resources can run on it, so escrow-protected scripts, which is most of what is sold on Tebex, simply do not load there today. It is a platform gap rather than a vendor failure, it affects every store equally, and no vendor can work around it.
The practical consequence is worth stating plainly: if your server runs on paid escrow scripts, your migration date is not yours to choose. It is set by whenever Cfx.re ships escrow on Enhanced. The only paid resources that can move before then are the ones sold in an unprotected form, which is exactly why the tier you buy has suddenly become a portability decision rather than a preference.
Early access means early access. Cfx.re is not being coy about this: the build ships with bugs, performance issues and game crashes. That is a normal and honest thing to say about a first release, and it is also a description of something you should not put a live community on before you have run it yourself.
So should you move yet?
For most production servers in 2026, the honest answer is not yet, and the reason is not that Enhanced is bad. It is that the upside, better sync and cheaper memory, is a quality-of-life gain, while the downside, an early-access runtime plus a client split that fragments your player base, is an availability risk. Quality of life does not usually justify availability risk on a server people are already playing on.
Enhanced makes sense right now if you are launching something new rather than moving something live, if your content is mostly script-driven rather than a large custom map, or if you are running a test server precisely so you are ready the day the player-side rollout completes. Those are real situations and they are worth acting on early. What does not make sense is migrating a healthy community mid-season to gain frame-level smoothness, and for most servers the question is settled before it is even asked: if your paid scripts are escrow builds, you cannot move yet regardless of how ready everything else is.
Where Var FiveM scripts stand
We have run our catalogue against the Enhanced build and the scripts themselves work: the NUI renders, the logic runs, the framework detection behaves. That is the part a vendor is responsible for, and on our side it is done rather than planned.
What that means per tier, precisely, because the difference is not ours to remove:
| Criterion | Runs on Enhanced today | Waiting on Cfx.re |
|---|---|---|
| Open Source variant | yes | no |
| Partially Open variant | yes | no |
| Escrow variant | no | yes |
So if you are moving to Enhanced now, the Open Source and Partially Open tiers are the ones that come with you, and they are available for every script we sell rather than a handful of them. If you are staying on Legacy, which is the right call for most servers this year, Escrow stays the sensible default and loses nothing.
Two structural things help beyond the tier question, and they were design decisions long before Enhanced existed. Our scripts are React NUI over Lua with framework auto-detection rather than deep coupling, so there is little Legacy-specific surface to break. And most of the catalogue is interface and logic rather than streamed content, which is precisely the category that survives the jump intact. The exception is the one you would expect: Supermarket Simulator ships a stream resource for its custom shelves, fridges and interior, so that is the one to raise with us first if you are moving.
Supermarket SimulatorOur flagship, and the one script in the catalogue with a real streamed asset pack. If Enhanced is on your roadmap, this is the one to talk to us about before you buy.View the script
Var-Coins-ShopPure NUI and Lua with no streamed content: the profile that migrates cleanly. Our best seller, and the revenue engine that pays for a migration.View the scriptFrequently asked questions
Does FiveM work on GTA V Enhanced?
Yes, since July 21, 2026, when Cfx.re opened early access to server owners. It is a separate client that runs alongside FiveM Legacy rather than an update to it, and it is explicitly early access: Cfx.re warns it ships with bugs, performance issues and crashes. Player-facing availability follows in the months after the server-owner phase.
Do I have to migrate my server to Enhanced?
No. Cfx.re has been clear that upgrading is not mandatory and that Legacy support continues. Legacy and Enhanced clients cannot join the same server, so migrating is a decision to move your whole player base at once, not a gradual rollout.
Can Legacy and Enhanced players join the same server?
No. There is no cross-play between the two clients. Whichever build your server runs, your players must be on that same build, which is the single biggest practical reason to time a migration carefully rather than rush it.
Do my existing scripts work on GTA V Enhanced?
Script logic largely carries over: Lua, JavaScript and C# resources and the natives FiveM already supports should keep working. Streamed assets are the catch. Asset conversion is mandatory, and a working Legacy resource is not automatically an Enhanced resource, so anything shipping custom models, textures or map data has to be converted and retested.
Does Asset Escrow work on FiveM Enhanced?
Not yet. Asset Escrow, the Cfx.re system that encrypts a paid resource and locks it to your server key, has not shipped on the Enhanced build. Escrow-protected scripts therefore do not run there, whoever you bought them from. It is a platform gap that affects every store equally and no vendor can work around it, so the fix has to come from Cfx.re.
Can I use paid FiveM scripts on Enhanced right now?
Only the ones sold in an unprotected form. Escrow builds are blocked until Cfx.re ships escrow on Enhanced, so a paid script can only move today if its vendor also sells an open or partially open version of it. That is why the tier you buy has become a portability decision: every Var script ships in Escrow, Partially Open and Open Source, and the last two run on Enhanced now.
Will Var scripts work on Enhanced once escrow ships?
Yes, and the code side is already done. We have run the catalogue against the Enhanced build and the scripts themselves work there: the NUI renders and the logic runs. What is missing is the platform feature, not the compatibility, so the Escrow variants become usable on Enhanced as soon as Cfx.re ships Asset Escrow for it. The Open Source and Partially Open variants work today.
What actually improves on Enhanced?
The server side is the real story. The new Cfx Server is stated to need up to 50% less RAM per player and to synchronise at up to 120 Hz instead of the 30 to 40 Hz of the current stack, alongside a revised installer and automatic cache cleanup. For a busy roleplay server that is a meaningful jump in headroom and in how smooth movement feels.
When should my server actually move to Enhanced?
Once your paid scripts can actually run there, which for escrow builds means waiting for Cfx.re to ship Asset Escrow on Enhanced. After that: resources converted and retested on a staging server, and a community ready to switch client in one go, since there is no cross-play. Until then the upside of 120 Hz does not outweigh running production on a build its own maintainers describe as early access.
-- var-fivem.com
Building on Legacy, ready for Enhanced
Every script ships in Escrow, Partially Open and Open Source. The last two run on Enhanced today, so a migration does not have to wait on us. Lifetime updates and a public test server to try everything first.
Related: FiveM & GTA 6 · FiveM server optimization · Escrow vs open source