# GuiInterface.addToPickupDisplay

Adds an item to the item pickup display

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
guiInterface:addToPickupDisplay( uuid, amount )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `gui` | [GuiInterface](../Game-Script-Environment/Userdata/GuiInterface.md) | The players survival hud interface |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The item uuid |
| `amount` | number | Quantity of items picked up |
