I'm currently making a roleplay script and the current task is to implement a driver license system where the player gets kicked out of the car if he doesn't have a license. The removePedFromVehicle function works quite well but I think it's not pretty if the player gets kicked out instantly and pops out on top of the vehicle. Is there a way to let the player normally exit like he would do if he exited manually? I know it exists as I have seen it on other servers already
Thank you in advance!