# Player.getCustomizationUuid

Get uuid of customization from index

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
player:getCustomizationUuid( categoryIndex )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Player.md#getcustomizationuuid)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `player` | [Player](../Game-Script-Environment/Userdata/Player.md) | The player. |
| `categoryIndex` | integer | The index of the customization category to get the uuid for. |

**Returns:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | &mdash; |
