How to make enemies respawn after the player dies?

Hello, I’m working on a Fornite single player level. I have 6 enemies in a room within my level that spawn when the player hit a trigger before entering the room. As of now if the player kills 4 of the 6 enemies then respawns there would only be 2 enemies left. I want it to be where all 6 enemies will respawn after the players dies. Been doing research on it but haven’t found anything on it.

You will need to use the .Respawn(vector3{X:=0.0,Y:=0.0,Z:=0.0},rotation{}) function with verse and provide the coordinates. Keep in mind respawning players at this time has many bugs that might affect your game. E.g. Any respawned player loses the ability to be spectated