How can I move my player through a scene without the needs of controls?

Hello all,

Im having problems figuring out how to move my player (without the need of controls) through a scene.
Examples would be to sit on a roller coaster or in a wheelchair

Here is an example of what I’m trying to achieve in terms of the player movement

Hello!

You may want to take an input, for instance “D”, and when it’s true following will hapen:

set position of the player to following number: playerPosition + 0,5,0

This will move player 5cm every tick, when D is activated.

-Hope this helps, -DoctorPC

Thanks, I’m not sure this answers the question as I believe I will need to have it connected to a path somehow or?

oh, I checked the video now. Of course you could just make it all a giant animation?