So I’ve recently made players unable to go through with vehicles using Roblox Studio’s NoCollisonConstraint feature. However, while exiting vehicles I have noticed that you would get stuck inside the cars. I have been looking for a way to teleport players outside of the vehicle without them colliding with the outer exterior of the vehicle.
As a solution I have tried to place ExitPosition attachments on the outsides of the cars and than teleport players to the attachment when exiting. Still yet you would get stuck exiting the vehicles.
I am asking if there is any better solution to this issue.