How Can i make my character run forever like in games like super meat boy or Super leap day on ios

Hey @Aries_42069420!

So what’s happening is I believe it’s triggering the Turn Char function too many times. Try putting in a “DoOnce” node before that to test it.

If that does work, you can leave that DoOnce, put a delay after “Turn Char” for .5, and pass that into the reset on the DoOnce! :slight_smile:
Let us know if it works!