Page cover

Common Errors & FAQ's

This page shows the most frequent issues users may encounter during installation or setups people have regarding the script. Make sure to read this page carefully before opening a ticket.

Wheel Size Glitching

When you make the wheel size value way bigger the wheels starts to glitch because Fivem doesn't allow the wheel size to render then the allowed limit

This is not a bug with the stancer script rather its on the Fivem side so to fix this just don't make the wheels size absurdly bigger.

If you really want to make your wheels bigger to the absolute limit then make the value smaller when it starts glitching as shown in the video below


Wheels Floating

When you change the wheel number in the stancer menu, you might notice that some custom wheels look like they’re floating. This isn’t a problem with the stancer script itself — it’s because of how the custom wheels were made.

GTA V uses standard values for both the rim size and the collider radius (the invisible physics boundary the game uses to detect where the wheel touches the ground). If a custom wheel pack doesn’t match those default values, the visible rim and the collider won’t line up correctly. That’s why you see the wheels floating or sitting oddly when adjusting stance.

To fix this, the wheel pack developer needs to go back into the 3D model and adjust the wheel rim and collider radius so they match Rockstar’s default GTA V wheels. Once the wheel model is corrected, it will align properly and no longer float when used with stance adjustments.


Working Custom Wheels Pack

In the video below, I’m showcasing a custom wheel pack from my partner Pitagora Storearrow-up-right or Ciimys-Livery-Designsarrow-up-right. As you can see, every wheel in those pack functions exactly as intended — there are no floating or alignment issues. This demonstrates how properly built wheels, with correct rim and collider values, integrate seamlessly with the stancer system.



Stancer Limitations with Locked Wheels

Stancer Limitations with Locked Wheels

If a vehicle’s wheels are locked and cannot be changed, the stancer will not function correctly. In this case, the wheels values are forced to either +1.00 or -1.00 because script cannot get the correct value, which breaks the stancer’s logic and prevents it from working as intended. To avoid this issue, make sure your vehicle is properly configured with changeable wheels. Example issue shown in the video below :

This is what will happen if you will use locked vehicle wheels with the stancer


Stancer Wheel Input UI Error Fix

In Fivem if the spawn name of the vehicle is longer then 11 characters it doesnt work in game if we fetch the vehicle model, to tackle that issue we made a config where player can add the vehicle model to fetch it properly and it fixes the issue.


Stancer Wheels Flickering & Resetting

If you notice your wheels flickering or resetting back to their default stance values while driving, it’s most likely caused by another script interfering with the stancer. Please check for other vehicle-related scripts that may be overriding wheel or suspension values.

How to Test the Issue

The best way to diagnose this is by creating a test server with only this script installed. If the issue does not persist, then another script is causing the conflict.

Add your other scripts back one by one, testing each time, until the issue reappears. This will help you identify exactly which script is interfering.

Last updated