How do you make minions (like Paragon) to attack other minions, towers, characters, etc?

We followed the tutorial of how to make the minions get to the target where we want them to, however even tho we have the animations they do not attack other minions or anything they just keep walking.

have you tried adding a collision sphere to them and if they overlap with enemy minion change to attack mode or something like that?

I will Try that! thank you. I am still having issues with target prioritizing

Let me know if it does work out for you :slight_smile:

Not sure if you’re still working on this but for the targeting thing you could calculate how far away the enemy is to each minion and get it to attack that unless attacked then attack what attacked it after a few attacks if you want but give priority to “Heroes” or “champions” depending on the game.

I hope this helped.