I have this in my GameMode BP, it sorts through the array of player controllers and then changes their pawns material instance based on their order to give them different discernable colours. However, it’s only visible on the Server.
I thought that everything in GameMode automatically replicates? Or because I am casting to character do I need to send an RPC back or something?