it’s not just about spinning direction, that function assumes the vehicle going forward, you should detect the case when the vehicle’s velocity is not aligned with the vehicles forward direction(you can use a dot product) and possibly invert the forward vector.
1 Like