How can I make player fly like flappy bird

Hello, I want to make the player fly like a flappy bird when space/jump is pressed. I want the player to then fly up some amount of studs, and then the player slowly falls back. I know this includes UserInputService and linear velocity, so I’m not asking for the local script with UIS, but more like a start with linearvelocity. Thanks in advance.

1 Like

I did the same thing once. Just add linear velocity forwards and disable movement. Add force to jump aswell

1 Like