I want to have my car wheels to have less sideways friction at higher speeds, how do i do this? this is the code i have so far... but it doesn't work.
var slip = 0.022 - (rigidbody.velocity.magnitude / 150);
BackRightWheel.WheelHit.sidewaysSlip = slip;