Dynamic Game Start

Hello,
I am making a game right now and I want It to have a more special start
so I wanted to add a system that when the game starts your character lays on the ground (as an animation) and when you press a key a diffrent animation gets played (a animation where the player gets up) and then you can controlle the character by yourself
(Kinda like Subway Surfers Lol)

would be cool if you can help me.
Anyways have a great day :wink:

Set the Humanoid’s WalkSpeed and Autorotate to 0/false and play the animation. When there’s input the new getting up animation plays and as soon as it finishes WalkSpeed and Autorotate will be set back to default.

That is just pretty much it