Player Entering Vehicle

I wanted to make a game where there is a player and the player could go into the car then start driving just like they do in GTA. Is there a way to actually make the character enter the car then have controls for when the player is in the car and have the car move using the keyboard.

Yes, it is all possible but your would have to provide the animations and write the code to do so.

Fundamentally, it’s trigger detection, playing a couple of animations and changing control modes in code to drive the vehicle instead of controlling a character.

1 Like

Oh ok Thanks.