(Solved) Enemy doesnt shoot bullets

How do I…?

Make an enemy shoot bullets when it is on screen (platformer game)

What is the expected result

The enemy shoots bullets when it is on screen

What is the actual result

Nothing happens

Related screenshots

I don’t read any error,
but are u sure the enemy is not shooting on itself and the bullet is destroyed at collision?
i would even try with a trigger once (and maybe increase the padding to test)

also if ure at too low res maybe 700 px are too fast, and u gonna see no bullet.

anyway just a hint to test things

So it turns out there was some issue with the enemy object and thats why it didnt work, oops