Automove Player or Autopress key

Hello all,
I’m new to GDevelop, it’s possible to automate the moving of character player?
What I want to do is a platform game in wich the character is moving automatic farward, with the camera follow. Like an autoscroll movement of the player to the right, or like the physics car examples, with autoacceleration.
There is some option? Or a physics to do thing like this?

Thanks so much

Yes it is possible.
If you add no condition to an event, the action is going to be executed constantly.
So all you need to do is move the character without any condition used.
If you don’t know how to move the character take a look at the beginner tutorials and examples for moving objects.

Try “add a force” action with no condition. :wink: