Respawn all players in multiplayer game

Hello friends,

Im making a football game and i want that when a player make a goal, all the players respawn. There is this tutorial : A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums But only one player can respawn.

I don’t know how to do that :frowning:

In your game state, there should be a node called get player array. Run a Foreachloop and put your respawn script within the Foreachloop.

Thanks, it works !