Can't change the Brick Color of Part of Character

I have created a character for my game which works fine with all animation, only the weird issue I’m having is with coloring the parts of the character (i.e. hands, feet).

I can’t change the color of hands and feet only if Plastic or Smooth Plastic material is applied, but color changing tool works fine with other material.

1 Like

Instead, you should use a BodyColors object. It gives you complete freedom, and all the colors are in one place. Place it in the model.

3 Likes

Players have BodyColors Instance in their Character Model. You can change the BrickColor of player character part there

I didn’t know about BodyColor object…