# Shape.stackedAmount

Return the amount that is stacked in the shape

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Return the amount that is stacked in the shape

**Returns:**

| Type | Description |
| --- | --- |
| integer | Stacked amount. |

### Set

**Availability:** Server only

Set the amount that is stacked in the shape

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `Stacked` | integer | amount. |
