Actor play animation

I currently have a hazard in my level that I am wanting to play a deploy animation, then after a delay play the packing animation. My problem is the packing animation when called starts at it’s end frame. How would I make sure it starts at the beginning of the animation? Thanks in advance :slight_smile:

My blueprint layout for the actor

You can fix it by using a Set Position node for those of you who run into this problem.

Great, thanks!