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.