Widget animation stops before it's meant to

Oh jeepers. There’s another suggestion for you… don’t use someone else’s IP. It’s illegal even if you release for free. It’s also just wasted time for you as you could instead focus on creating your own characters which could also become popular. Regardless, drag your animation into the event graph and then drag off it and type Get End Time. This basically gets the length of the animation so if your animation is 5 seconds long then the End Time will be 5. Then from the Get End Time drag off again and type + and you’ll see float plus float. Type 0.2 in the bottom float entry point to add a 0.2 second delay to the end of your animation and then run your following code from there. That will prevent any code from firing too soon before your animation has finished playing. This will only fix things IF the next executing bit of code is actually what’s stopping your animation.