Execution order Between GameMode Controller and Pawn

Hi there, if I experience such execution order issues, I just put a Delay in (is probably what everyone does as far as i have seen in streams or so).
Might seem quick and dirty if you think about race conditions, but a Delay just queues execution and does not execute in parallel.
In your case you probably need to put a Delay in the PC when selecting the color.

hth :slight_smile: Marooney