A-Chassis Reversing

Okay, so I have an A-Chassis module that goes in the plugins folder and makes a reversing sound when the gear is in reverse. The plugin works as intended; there is nothing wrong with it.

The Problem:
When going 30 MPH and you slam on the brakes like a ruthless but driver, the A-Chassis puts the vehicle into Reverse gear before you even hit 0 MPH.

How do I fix this?

Chassis.rbxm (40.9 KB)

Here is the file for my Chassis, for reference.

Hey,
this should work also remember that you now have to press E or Q to shift between
R-N-1
Chassis.rbxm (40.6 KB)

I would like it so the player doesn’t have to change gears. The vehicle should do it it’s self, but the logic should be smarter.

Hey,
Sometimes there is a bug where the car changes gear from R->2->1, to fix it I would have to modify the main script more heavily, or you can change the AutoShiftMode in the tune chassis to be based on engine revolutions and not speed.

Chassis (1).rbxm (40.8 KB)