# GuiInterface.setDressbotUnlockCallback

Sets the Lua callback for when the DressbotGui unlocks something. The callback will receive the uuid of the unlocked customization item.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
guiInterface:setDressbotUnlockCallback( function )
```

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

**Availability:** Client only

/

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `gui` | [GuiInterface](../Game-Script-Environment/Userdata/GuiInterface.md) | The DressbotGui interface. |
| `function` | string | The name function. |
