Multiplayer Spawn Points

Hello Everyone!

I have recently been experimenting with multiplayer and I am attempting to create points to spawn different teams at different players such as in game like CS:GO. I have been following this answerhub post from last year ( Multiplayer spawn points blueprint - Multiplayer & Networking - Unreal Engine Forums ) however I am getting a bit confused as it doesn’t seem to be described/explained the best.

I am stuck with the part of:
“In your GameMode on begin play search for all PlayerStarts and put them in array for all teams each (so you got 2 teams you got 2 arrays), depending on there Team varable state (in case of integer, if its 1 put it in first array if 2 then i 2nd array)”
I think I know what to do however I cannot figure it out properly.
If anyone can help and provide a couple of screenshots it would be much appreciated.

Thank you :slight_smile:

I hope this screenshot gives you enough insight, let me know if you’re still stuck