I'm just trying to make coyote jump work for my game, but there's a problem with my timer.

Godot Version

4.6

Question

I'm trying to make coyote jump work with my 2d platforming controller. I have been having trouble with where coyote_timer.start crashes my game when I fall off a ledge. Every time I get this breakpoint error that tells me very little as I am a beginner.

If anyone can give me an answer it would be very appreciated.

Breakpoint is not an error, it’s a manually set point that stops execution of the code.
You can remove it by clicking on the red circle to the left of the “60” line number.

1 Like

I want you to know that you are an absolute lifesaver. I genuinely would’ve never figured that out on my own lol