You would need to make a health variable for every enemy, then instead of hiding the enemy when hitting it you just subtract 1 from the enemies health variable. if the value equals 0 then hide it
Enemies can't attack back at the moment. Some kind of attacking will probably added in the future.