Clothing
This class is not creatable. Instances of this class cannot be created with Instance.new.
| Memory category | Instances |
|---|
Member index 1
Removed member index 2
| History | Member |
|---|
Description
The base class for clothing objects.
History 12
- 726 Remove
- 726 Remove
- 726 Change Default of Color3 from to
- 645 Change ValueType of from Content to ContentId
- 645 Change ValueType of from Content to ContentId
- 553 Add
- 553 Add
- 553 Change Default of Color3 from to
- 486 Change ThreadSafety of Color3 from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Color3 from to ReadOnly
- 367 Add Color3
- 47 Add Clothing
Members 1
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 |