Nevermind! Chat GPT is very useful if you know how to prod it enough lol
For anyone curious,
What I did when I spawned or created an enemy, I recorded that enemy sprites UID to a variable in the hitbox.
When that same hit box lands or falls or does what ever action, it checks the animation objects uid and compares it to the variable of the hitbox that stored the UID. If it equals then only that animation sprite animates! Beautiful