PlayerModelParts
These are outer layer parts used in conjunction with player:isSkinLayerVisible(String) to detect what parts a player has enabled via the Minecraft Skin Customizations setting.
Example:
log(player:isSkinLayerVisible("HAT"))
All Part Names:
| Part | Description |
|---|---|
CAPE | The rectangle thing hanging off your back |
JACKET | Secondary layer for the Body |
LEFT_SLEEVE | Secondary layer for the Left Arm |
RIGHT_SLEEVE | Secondary layer for the Right Arm |
LEFT_PANTS | Secondary layer for the Left Leg |
RIGHT_PANTS | Secondary layer for the Right Leg |
HAT | Secondary layer for the Head |