How can I make animations transfer from rig to rig?

I am in the process of making a tower defense game and see no need to make different animations for each set of towers, so I am trying to find a way so I can use one animation for multiple towers. Here is what I mean;

image

These are the towers, how would I go about making it so if I copy the rifle and the animation into the towers, they will work no matter what (this does not change any positions beside Handle, Right Arm and Left Arm btw)

1 Like

I would say to make a for loop, loop through all the towers and then load the animation on each tower (v)

1 Like