BodyColors

Show Deprecated

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

Properties

HeadColor

read parallel

Sets the color of the head, as a BrickColor.

Setting this will also set BodyColors.HeadColor3.

HeadColor3

read parallel

Sets the color of the head, as a Color3.

Setting this will also set HeadColor to the closest BrickColor.

LeftArmColor

read parallel

Sets the color of the left arm, as a BrickColor.

Setting this will also set BodyColors.LeftArmColor3

LeftArmColor3

read parallel

Sets the color of the left arm, as a Color3.

Setting this will also set LeftArmColor to the closest BrickColor.

LeftLegColor

read parallel

Sets the color of the left leg, as a BrickColor.

Setting this will also set BodyColors.LeftLegColor3.

LeftLegColor3

read parallel

Sets the color of the left leg, as a Color3.

Setting this will also set LeftLegColor to the closest BrickColor.

RightArmColor

read parallel

Sets the color of the right arm, as a BrickColor.

Setting this will also set BodyColors.RightArmColor3.

RightArmColor3

read parallel

Sets the color of the right arm, as a Color3.

Setting this will also set RightArmColor to the closest BrickColor.

RightLegColor

read parallel

Sets the color of the right leg, as a BrickColor.

Setting this will also set BodyColors.RightLegColor3.

RightLegColor3

read parallel

Sets the color of the right leg, as a Color3.

Setting this will also set RightLegColor to the closest BrickColor.

TorsoColor

read parallel

Sets the color of the torso, as a BrickColor.

Setting this will also set BodyColors.TorsoColor3.

TorsoColor3

read parallel

Sets the color of the torso, as a Color3.

Setting this will also set TorsoColor to the closest BrickColor.

Methods

Events