Attempting to change the R15 Roblox Character’s hand color doesn’t work and stays default to the main attached parts. For example, if the right arm is black and then the right hand is changed to yellow, instead of changing the color, it stays the same to the right arm. Is there a way to change or bypass this problem as I would like to have a different color for each part of the body?
I have tried using the BodyColors component but it only gives the option to change the color’s of the basic R6 character (UpperTorso, RightArm, LeftArm, RightLeg, LeftLeg, and Head)
Yep! These are all from a Roblox R15 rig. I have selected the original 15 body parts as well as the HumanoidRootPart. I made welds on those yellow rings to the HumanoidRootPart, I’m pretty sure that should change anything, but let me know if it would otherwise.
There is no section in the properties of the Humanoid containing body colors. However there is another component called BodyColors which allows you to change the colors of the character, but that component is made for R6 rigs only.
Also, there is no such property UsePartColor, but if I have missed it or not seen it, please let me know.
Changing the Material is a fix, but it’s pretty much undesirable for trying to make an authentic character display thing. Doesn’t look right with your character being rendered with the Metal material…