Ok, so I’m creating a game that has cars in it, and I’m using the A-Chassis Model that a lot of people use for cars.
Now I want the car to have a Drift/Slide Button to drift when you hold down the button (Like it does in Jailbreak and Mad City), because the model doesn’t have a drift button or System, it’s just a car Chassis that has normal turns, that’s it.
Failed Solution Attempt 1. I’ve tried a solution where I used a local script and made it so when I pressed LeftShift, It would fire a BindableEvent to the Local script inside the Chassis Called Initialize to make the tire grip less, but that didn’t do much and didn’t cause it to slide drift.
Failed Solution Attempt 2. And the Other Attempt I made was Using the same Local script and firing a RemoteEvent when pressing LeftShift and connecting it to the main Server script and changing the weight variable to 0 and another Variable to something else, but that didn’t work either.
Lastly - in case I wasn’t clear, I mean a Drift/Slide Button where it is normally Gripping to the ground and Drifting when holding the button, not a Drift Car that Drifts all the time.
Also Thanks to anyone that attempts to help me with this because I couldn’t find any info or tutorials on Youtube or Or on the Dev Forum, so it would also be helping many others too!