Hi all,
I've been working on a character customization inside my survival game which uses the Color Replace effect to change your hair color and your skin tone, but I am stumped on how to use it. I looked to the demo game Demonire as a reference because it utilizes this effect to change the color of your sword and cloak. This is what that code looks like:
And then when this didn't work, I read a post that said the parameters is based on each rgb input (1 = Red, 2 = Green, etc.), so I created a copy of the code and did this:
None of these work to change the character's skin color. All it changes is the white in the character's eye to black. Can anybody help?