Is there any way to detect when an animation ends?

I’m trying to animate slimes, and I need to play the in air animation after the preparing jump animation finishes.

2 Likes

I don’t believe there is a way to that directly.

You could use the timers extension to wait the same amount of time that the animation takes.

1 Like

yeah that could work