BodyColors
BodyColors is a utility object used by Roblox to load avatar body colors from the website. Avatars that are loaded from the website will automatically have a BodyColors object corresponding to said avatar's body color configuration. When parented inside of a character with a Humanoid, it will apply the colors to each specified limb.
Summary
Properties
Sets the color of the head, as a BrickColor.
Sets the color of the head, as a Color3.
Sets the color of the left arm, as a BrickColor.
Sets the color of the left arm, as a Color3.
Sets the color of the left leg, as a BrickColor.
Sets the color of the left leg, as a Color3.
Sets the color of the right arm, as a BrickColor.
Sets the color of the right arm, as a Color3.
Sets the color of the right leg, as a BrickColor.
Sets the color of the right leg, as a Color3.
Sets the color of the torso, as a BrickColor.
Sets the color of the torso, as a Color3.
Properties
HeadColor
Sets the color of the head, as a BrickColor.
Setting this will also set BodyColors.HeadColor3.
HeadColor3
Sets the color of the head, as a Color3.
Setting this will also set HeadColor to the closest BrickColor.
LeftArmColor
Sets the color of the left arm, as a BrickColor.
Setting this will also set BodyColors.LeftArmColor3
LeftArmColor3
Sets the color of the left arm, as a Color3.
Setting this will also set LeftArmColor to the closest BrickColor.
LeftLegColor
Sets the color of the left leg, as a BrickColor.
Setting this will also set BodyColors.LeftLegColor3.
LeftLegColor3
Sets the color of the left leg, as a Color3.
Setting this will also set LeftLegColor to the closest BrickColor.
RightArmColor
Sets the color of the right arm, as a BrickColor.
Setting this will also set BodyColors.RightArmColor3.
RightArmColor3
Sets the color of the right arm, as a Color3.
Setting this will also set RightArmColor to the closest BrickColor.
RightLegColor
Sets the color of the right leg, as a BrickColor.
Setting this will also set BodyColors.RightLegColor3.
RightLegColor3
Sets the color of the right leg, as a Color3.
Setting this will also set RightLegColor to the closest BrickColor.
TorsoColor
Sets the color of the torso, as a BrickColor.
Setting this will also set BodyColors.TorsoColor3.
TorsoColor3
Sets the color of the torso, as a Color3.
Setting this will also set TorsoColor to the closest BrickColor.