Because your car is a sphere with a solid texture you can’t see it spin around. When it does, the raycast you use to test for ground spins with it because it is a child in the node tree. This makes it point away and thus disable the controls.
To fix this you can just lock the rotation of the sphere so it slides, but doesn’t spin.