[HELP] Is there a way to edit handling.meta by ingame menu?

I’m struggling with trying to find a way to edit handling.meta. I currently have a menu, I’m trying to add a drift option (bool) that edits the handling.meta to make it so the car drifts, and vice versa. Is this possible to do?

Yes,natives for this exist:
https://runtime.fivem.net/doc/reference.html#_0xfe8064e3

And here is a example how to use them:

Thank-you so much, Cadmium! I truly appreciate it!