Vehicles!

Hello there!

I am very new to unity and I can’t script for the life of me! But, how do I make
my character hop on a bike when the ‘Q’ key is pressed for example? The game
is first person by the way!

Thank you, Kyle.

Fresh Blood

There are many ways to get there. If a quick change doesn’t do the trick for ya then you can use lerp, to lerp the position, and slerp to smoothly rotate your player to the desired rotation.

If you don’t want to get bombed on by trolls around here then present some code your working on and people will be more willing to lend a hand. There are a few example scripts in the doc under help/Scripting Reference/runtime classes/transform/Lerp .

Also if you search for “Vehicle” you’ll find the answer to your question on the first page.