Hello,
I’m making a multiplayer game with advanced session BP.
Each player can change his color before joining a server. (servers are hosted by players)
This color is saved in a GameSave BP.
My problem is that each time a player join a server, if his color is for exemple “Red”, he will see himself as Red color, but also other players as Red, even if the others have different colors.
So my question is how can I do in order to make people see each player color right please ?
Please tell me if more explanation is needed !