# Shape.stackedItem

Return the item [Uuid](../Game-Script-Environment/Userdata/Uuid.md) that is stacked in the shape

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Return the item [Uuid](../Game-Script-Environment/Userdata/Uuid.md) that is stacked in the shape

**Returns:**

| Type | Description |
| --- | --- |
| [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | Stacked item. |

### Set

**Availability:** Server only

Set the item [Uuid](../Game-Script-Environment/Userdata/Uuid.md) that is stacked in the shape

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | Stacked item. |
