May I have Assistance Passing Menu Variable to Character Color?

I have been going back and forth with this for a while and always seem to get close though not quite there.

My project is listen server multiplayer. I have a menu system that allows you to choose your color.

“Color please” Delivers the variables over to Game Instance in a non replicated linear color variable.

Then I cast Game instance in Character. This, in testing, prints as each client having their own custom number still.

I have been through many iterations at this point. The most recent is using rep notify.

I have a top and bottom and trigger a main color change for both.

I can make the server trounce everyone else, have the client color everyone their color and even everyone see their own color and everyone else is blank. This has been something I have been tinkering on for months. Right when I think I have it, there is a test like more people, where the colors are not right.

My best effort a while ago was each client actually updated, but every person that came in did not see the previous people’s color… That one was probably my best, but it is long gone heh. Any Help is much appreciated and thank you for looking.