You are walking through the city, the ground disappears, and suddenly you are falling through an endless void. Sometimes you come back on your own after a few seconds. Sometimes it freezes for good and closing the game is the only way out.
Players call it falling through the map, or the void. It is one of the most frequent complaints in GTA RP, and one of the ones that attracts the worst advice — because almost every tutorial treats it as if it had a single cause.
It does not. And understanding the mechanism is what separates the fix that works from the one that wastes an afternoon.
Falling into limbo is usually corrupted cache or packet loss on your end. UPBOOST handles both in the same session, with you following every step. See FiveM optimization →
What is actually happening
The GTA V map is not one single thing. Every part of the city has two separate components:
- What you see — the visual model: buildings, roads, pavements, textures
- What holds you up — the collision file, an invisible mesh that defines where solid ground exists
Both are loaded into memory as you move around. This is called streaming: the game unloads what you left behind and loads what is coming up, constantly, because loading the entire city at once would not fit in memory.
You fall through the map when you arrive somewhere before that area's collision has finished loading. Visually the ground may already be there. Physically it does not exist yet. So you pass straight through.
That explains essentially every case. What changes between one case and another is why the loading could not keep up.
Why the loading falls behind
You got there too fast
This is cause number one, and it explains why so many reports happen while driving. A fast car crosses blocks in seconds, and the game has to load each block's collision before you set foot on it.
People on foot almost never fall through. People riding a sports bike in a straight line fall through constantly.
The disk cannot keep up
All that content comes off the disk. On a mechanical hard drive, reads are far too slow to match fast movement — and falling through becomes routine.
One honest caveat here, because a lot of tutorials overpromise: an SSD reduces the problem a lot, but does not eliminate it. There are reports on the official forum from people with an SSD and a decent CPU who still fell through. If it were only about the disk, this would be simple.
Video memory is maxed out
When your GPU memory saturates, the game starts aggressively unloading content to free space. That includes collision you are going to need three seconds from now.
This is why lowering graphics settings sometimes fixes it — not because it is a graphics problem, but because it leaves room for streaming to work.
The city is too heavy
RP cities add custom buildings, known as MLOs. Each one is extra content that has to be streamed and loaded. In areas with many of them packed together, the volume exceeds what the client can process in time.
That part is not yours. No tweak on your PC fixes a poorly optimized area on the server.
What to fix on your side
In order of impact:
1. Clear the FiveM cache
A corrupted cache makes the game try to use broken files, and corrupted collision is ground that does not exist. It is first because it is simple and because it does solve a share of cases.
The folder lives at %localappdata%\FiveM\FiveM.app\data\cache. Deleting it means downloading the city's content again on your next join — slow, but that is the trade.
Exclusive tips
Want more guides like this?
Leave your email and we'll let you know when a new optimization guide drops. No spam, unsubscribe anytime.
Only optimization guides worth your time. Unsubscribe anytime.
Two paths to a faster PC
Forget endless tutorials. Find out in 1 minute what your setup needs — or let our technicians do everything for you, live.
Find my ideal plan
Answer a few questions and UPGUIDE estimates your FPS gain in your main game.
Run free analysisDone by techniciansLet UPBOOST handle it
Full remote optimization, live on Discord, in a 1 to 3 hour session. 15-day guarantee.
View plans & pricing+12,000 PCs optimized
Still comparing? See UPBOOST vs. DIY vs. free boosters
2. Adjust Extended Texture Budget
This is the setting most people do not know about and the one that moves the needle most. It controls how much video memory the game may use for streamed content.
Path: ESC → Settings → Graphics, scroll to the bottom of the list.
Rule of thumb by your GPU's memory:
- 2 GB or less — between 50% and 60%
- 4 GB — between 70% and 80%
- 6 GB or more — close to 100%
One important detail: 100% is not always better. Going past what the card can handle causes the exact opposite effect. Around 75% tends to be the safe point for most setups.
3. Lower Extended Distance Scaling
Path: ESC → Settings → Advanced Graphics.
This option tells the game to draw very distant objects. It eats a lot of video memory — memory that would be better spent loading the ground in front of you.
On a heavy city, 0% is a defensible choice. You lose detail on the horizon and gain stability where it counts.
4. Keep FiveM on an SSD
Not just GTA V: the FiveM cache too. That is where city content is read from during play.
5. Close whatever competes for memory
A browser with many tabs and capture software consume video memory in the background. On a PC running at its limit, that is the difference between loading in time and going through the floor.
How to tell whether it is you or the city
This test saves hours of pointless tweaking:
Join a different city. Preferably one known to be lighter, and walk around the same kinds of areas.
- If it stops on the other city, the problem is that server's content. No tweak of yours will fix it, and it is worth reporting on the city's Discord.
- If it continues on any city, it is on your side — and the list above is the path.
Also pay attention to where it happens. Always the same corner means that specific building has a collision problem. Scattered everywhere means streaming.
What to do the moment it happens
While falling into the void, options are few and vary by city:
- Many cities have an unstuck command in chat or in a menu — /unstuck and variations. Check your city's Discord
- Some return your character automatically after a few seconds
- As a last resort, reconnect. Annoying, but usually faster than waiting
What does not help is holding forward while you fall. You only get further from the loaded area.
When none of this works
If you have cleared the cache, adjusted both settings, are running on an SSD and still fall through on any city, the bottleneck has left the game settings and moved into the system.
The points that come up most in our sessions are a power plan holding back CPU frequency, memory running in single channel and delivering half the bandwidth, and background processes competing for the primary core — which is exactly what the GTA V engine leans on to process streaming.
None of these show up as an error on screen. The game opens, runs, and simply drops you through the floor more than it should.
Frequently asked questions
You arrive at a point on the map before that area's collision file has finished loading. The visuals may be there, but the solid ground does not exist yet, so you pass through. The most common causes are high speed, a slow disk, saturated video memory, or an area of the city that is simply too heavy.