How would I go about creating a round system in UE5 multiplayer?

you’ll want to move it to the player state ideally

Track whos died and how and whatever else that everyone will need to see in your playerstate, then in gamemode you can access all of them and loop threw the array of playerstates

This will help it all make sense, on who can access what

1 Like