I am trying to think of a way to do an idle animation so that if the player doesn’t interact with the platform character for a set amount of time it play another animation sort of like Sonic tapping his foot.
I tried to do is moving inverted with wait x seconds the change the animation to idle waiting but it interfered with the other animations.
does anyone know of how I could do this
Thank you
this is my code so far