SkinColor (Property)

From Legacy Roblox Wiki
Revision as of 18:38, 23 January 2012 by >Builder1010101 (I cleared up my first stub. Please be a critic and tell me how I am doing everything wrong! :D I want to know how to clear up stubs right!)
Jump to navigationJump to search
SkinColor
Property BrickColor BrickColor
Description Stores the color of the skin.
Member of Skin


Example

This would be copied in a LocalScript. The LocalScript would be in either the StarterGui or StarterPack.

Example
local skin = Instance.new("Skin")
skin.Parent = game.Players.LocalPlayer.Character.Torso
skin.SkinColor = BrickColor.new("Really Red")

The above example would make the Torso, Head, Right Arm, Left Arm, Right Leg, and Left Leg the BrickColor "Really red".