Stopping Sedan from moving after exiting

This solution works for me.

  • Create a custom event with a timeline

  • You can make the timeline length as long or short as you want

  • Add nodes “SetThrottleInput(0.0)” and “SetHandbrakeInput(true)” to the “Update” execution pin of your timeline

  • Add your exit logic to the “Finished” execution pin of your timeline

  • Call this custom event on whenever exit input is pressed.

This way you can set the input and brake over a period of time before the vehicle is unpossessed