How Do I make something that is emitting from a bad guy dangerous?

I am makin a ant game and I make a evil ant emit small ant minions, but I do not know how to make them dangerous. If I use the Dangerous bundle it will make my game say restart when a ant minion is emitted.

add a colision to the ant, then have it set to any, then have that go to destroy. On your player, do: Colision (Ant Minion), then you can set it to whatever you want it to do, like lower your health or just kill you. If you want the ant minion to kill the player when it touches you, do this: Colision (Ant Minion) - pause - alert - restart
Hope this helped!