How do you make a ladder

I need to make a ladder but I can’t

3 Likes

It’s very easy
Check if the player is on the ladder, and toggle switch the jump key to a climbing mechanic.

4 Likes

but how do you do that? I’m new to FlowLab so I don’t know how to do this yet

3 Likes

Use proximity to check, and use velocity and a toggle switch for the mechanics.

4 Likes

ok thanks i’ll try here

3 Likes

There is also an example game for ladder mechanics. If you are unable to figure out how to create a ladder mechanic yourself, or if you are not satisfied with the one you have, you can take a look at the example game and see what you can do:

You can open the editor and check the behaviors for the player character to see how ladder climbing can be accomplished.

3 Likes