Clothing
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 3
Description
The base class for clothing objects.
History 9
Members 3
Color3
Type | Default | |
---|---|---|
Color3 |
This property determines the colorization to be applied to the Clothing texture. The default colorization value is Color3.new(1, 1, 1) (white), at which no colorization occurs.
This property is useful for creating outfits that have many different color variations but share the same basic look, possibly for a character creator in a roleplaying game or generating a lot of different varied NPCs.
See also ShirtGraphic.Color3 which determines the colorization to be applied to the ShirtGraphic texture.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |