Fire Bullet NOT Working

I want to do the ‘spaceship’ always shooting bullets ( without doing anything) from the centre. But I can’t.
Any help?
Thanks!

Try adding two custom points on each wing of the sprite, then spawn the bullet from that points.

Replace Player.PointY() with Player.PointY(“Center”)

Thank you all of you!