Can't set array container map variable bool value to true in multiplayer

249172-

Hello everyone, Im trying to set a different color to each player when the game session begins, the array container has the Color and a Bool on each index, at the end of the For Each, I set the bool to true, so the color doesnt repeat but everytime I run the game all players have the color set only to the first index. I tried adding a Print to tell me if the variable was set to true sucessfully and the print returns true if I put it right after the Set Array Element, but if I set a key input and get the variable, it returns falseā€¦ Anyone has any idea of what could be the problem? The container variable container is located in the Game Instance

I realized that those map container variables could not be replicated so I separated the big map into two arrays and set it to replicate and it worked! I was strugging with this for a few hours but after working on the question I endend up being able to solve, I apologize if this is a unecessary post, I would delete but maybe it helps someone with the same problem

Do not delete it, mark your own answer as resolved.