Welcome to the forums @anonymoose2!
What does your code look like? Specifically, are you applying gravity? It sounds like the issue could be that the KinematicBody keeps getting more and more downward force, that after walking off a tile, is applied all at once. It could be that you need to add a condition that checks if the the player is on the ground (using something like is_on_floor
or a Raycast2D node) and if the player is on the ground, applying very little gravity or no gravity at all.
@anonymoose2 said:
I have no idea how to operate this form so I accidentally sent that out but here's the ending - it's obnoxious to operate the game with this bug
If you need to edit your post or topic, there is a little gear icon on the top right corner of the post. If you click it, there will be a dropdown and there should be a "edit" option that will allow you to edit your post :smile: