Projectile spawner

If wanted to make it so projectiles spawn from the top side of the screen endlessly for a bullet hell type game, what would be the easiest way to approach this ?

im very new to godot and im not sure how i could make this work

1 Like

Instatiate the laser with a position and direction and repeat that with a timer