How do I do this exactly?

so basically I wanna do a simple jump. but I don’t want the player to jump all the way the first time you press it. i want the player to rise as you hold it. and come down when your not holding it.

Hmm well im not 100% how 2 do this but i figured out how to do it a little, the player will rise a little and then if space is not held it will come down, the player has the platformer behaviour and the platform has the platform behaviour.
here’s code srry i couldn’t help im still working on it.

The platformer behavior should be able to do that by default as far as I remember

1 Like

rlly? by default? :astonished: im pretty sure its not like that unless your talking about top down behaviour.