BodyColor (Property)

From Roblox Wiki

(Redirected from BodyColor)
Jump to: navigation, search

Image:ArrowSquare.png

Up one category:
Properties
Property
Name <bodypart>Color
Property BrickColor Body part color
Description Set the color of the body part, such as HeadColor.
In Objects 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 
Personal tools