how would I go about adding different shooting animations depending on the amount of ammo still left in gun?

Hi @Gangster_Granny ,

if you use anim BP, you can use Blend Poses by int. With Blend poses by int, you can change animation based on int value, you can use your ammo variable for the int value. Example below:

Pls tell me if its not the case