My half-assed way of doing it would be assigning a client variable to the player when you click the pallette and then it checks what the variable is and changes the brick color accordingly. eg. click blue palette color: get client color variable set to 4 and when you click the brick it checks the var and if it is 4 it colors it blue, if it is 3 it colors it red etc. etc.