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