How to make a Long Jump?

Hello, i was wondering how i could make a long jump mechanic like in Super Mario 64? Should i use LinearVelocity or VectorForce? I want to make like this

I’m not really good with Body Movers tho.

LinearVelocity would be best for character movement. Just apply a small forward force when the player jumps.

Is there a way i can make the player move upwards without using jumps tho?

Just apply velocity upwards as well.