Script for unrealistic drifting

Hello,

I am making an karting game (something like Mario Kart i guess), and I need some help with the car script. I want the car to be able to drift even tight corners without needing to lose speed (so I do not care about realism). Also, I want the driving to be pretty simple: no gears or drifting power-boosts (there are other speed boosts though). So if someone could send a piece of script or at least tell the basic idea how to do it, i’d be grateful :smile:. Also, I am new to both Unity and coding, so try to keep it simple.

PS. I am using maxSpeed to cap my car’s speed. Do you think that will cause problems when I implement the boost pads?

Asking for code if frowned upon and against forum rules. You have to try to do it yourself. If you can’t make it work, post the code and people here will help you.

If you are new to coding, you should do the beginner tutorials first.