Wheeled vehicle tips over slightly

Hello,

In my game I am currently making, my vehicle keeps tipping over slightly making it unable to move and sometimes when it touches the ground, it suddenly flies off into the air and am not able to use the command ‘showdebug vehicle’

I have seen multiple posts talking about wheel offset but I’m not quite sure how to do that.

Sorry if this is very little info to go with.

If there is anything I need to show, just please let me know.

I am using 4.20.3.

All help appreciated.

Thanks,

Zentro

Okay,
I managed to get it working after manually off-setting the wheels after finding out how to do that. I looked at my collision using the command in console while in game pxvis collision

I found that when using psvix collision by the way, that you should test it in an empty world with no landscape, otherwise your computer will freeze.

In my Vehicle BP, I would move a box into the center of each wheel and get the coordinates of the box and put them in the Wheel Setups under “Vehicle Movement

Probably not the best way to do it but it worked very well.

Good luck to all who see this.