How can I spawn more then 1 actor?

I want to spawn let’s say 4 actors when I press the “F” button instead of 1 actor each time I press “F”.
How can I do it?

Use a ForLoop like so:

Thank you , it works!