spawning character at desire location

Hi!
I have multiplayer project where I have two player start actors in the map. but each time the client joins the session, the character spawn at the same player start’s location as Host. please any guide on how I could make character spawn at specific player start actor?

Usually for this kind of games you use your Game Mode to choose starting position for each player by overriding FindPlayerStart() and ChoosePlayerStart().

For more info check Player Start Actor in Unreal Engine | Unreal Engine 5.5 Documentation | Epic Developer Community (towards the end of the page)