running man game

Hello everyone, I want to create a game about a running character who moves only on a predetermined path. The character’s speed should increase as I press the keys faster. How should I create the blueprint for the character’s movement? Thank you.

Hey there @BatisLiu! Welcome to the community! So by predetermined path, do you mean like an endless runner minus the endless portion? Well there’s a number of ways to go about it depending on the type of game you want to make. If you want to run on a procedurally generated (or just large terrain) you can take apart a tutorial like this:

Disclaimer: One or more of these links are unaffiliated with Epic Games. Epic Games is not liable for anything that may occur outside of this Unreal Engine domain. Please exercise your best judgment when following links outside of the forums.

Alternatively you could just run your character along a spline and have the bar constantly decreasing constantly so the player can gain more speed through tapping a key.