BodyColor (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco
No edit summary
>Blocco
No edit summary
(No difference)

Revision as of 21:30, 18 June 2010

BodyColor
Property BrickColor Body part color
Description Set the color of the body part, such as HeadColor.
Member of [[RBX.lua.BodyColors (Object)|BodyColors]]

Example

 
colors = game.Players.LocalPlayer.Character.BodyColors
if (colors ~= nil) then
colors.HeadColor = BrickColor.new(1)
colors.LeftArmColor = BrickColor.new(1)
colors.RightArmColor = BrickColor.new(1)
end