Spawn when reach the time! HELP PLEASE

Hello, im doing a game, and i want spawn the enemies when the clocker reach the 1 minute, someone knows how to create a timer and than, spawn the enemies? Help pls

You mean something like this?

Instead of 5 seconds, set it to 60 seconds and instead of “print string” just spawn the enemies, with for example, SpawnActor.

Thank you, but wich blueprint i put that?

Now, that depends on your game. But for now, you can put it in the Gamemode or create a specific BP called, EnemyGenerator, or something.