BodyColors

Afficher les obsolètes

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.

Résumé

Propriétés

Propriétés

HeadColor

lecture parallèle

Sets the color of the head, as a BrickColor.

Setting this will also set BodyColors.HeadColor3.

HeadColor3

lecture parallèle

Sets the color of the head, as a Color3.

Setting this will also set HeadColor to the closest BrickColor.

LeftArmColor

lecture parallèle

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

Setting this will also set BodyColors.LeftArmColor3

LeftArmColor3

lecture parallèle

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

Setting this will also set LeftArmColor to the closest BrickColor.

LeftLegColor

lecture parallèle

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

Setting this will also set BodyColors.LeftLegColor3.

LeftLegColor3

lecture parallèle

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

Setting this will also set LeftLegColor to the closest BrickColor.

RightArmColor

lecture parallèle

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

Setting this will also set BodyColors.RightArmColor3.

RightArmColor3

lecture parallèle

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

Setting this will also set RightArmColor to the closest BrickColor.

RightLegColor

lecture parallèle

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

Setting this will also set BodyColors.RightLegColor3.

RightLegColor3

lecture parallèle

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

Setting this will also set RightLegColor to the closest BrickColor.

TorsoColor

lecture parallèle

Sets the color of the torso, as a BrickColor.

Setting this will also set BodyColors.TorsoColor3.

TorsoColor3

lecture parallèle

Sets the color of the torso, as a Color3.

Setting this will also set TorsoColor to the closest BrickColor.

Méthodes

Évènements