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.

概要

プロパティ

プロパティ

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.

方法

イベント