Need Help With Coyote Time

My character bp is like this


the length is 0.2 sec

the coyote time works but there is a problem if player presses multiple times in that 0.2 sec length character jumps multiple times instead of only 1. How could i make coyote time without encountering this bug?

You can use a Do Once node and reset it with Event On Landed :blush:

i thought of that but where should i put the do once node? I also have double jump feature which increases the Jump Count in the character movement component.

Hey @30quickdead, I’ve just became available to test it myself. Here’s my approach on implementing jump forgiveness to a double jumping character.

First, set the max jump count as 3 by navigating to the Details window while Self is selected like this:

Screenshot 2024-12-22 223659

(We’re setting it to 3 because it takes the airborne count into account, so our character won’t be able to double jump with jump forgiveness while it’s set to 2)

Here’s the Event Graph:

And here’s the result:

Hope this helps! :blush:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.