# Shape.replaceShape

Creates a new [Shape](../Game-Script-Environment/Userdata/Shape.md) from [Uuid](../Game-Script-Environment/Userdata/Uuid.md) to replace the given [Shape](../Game-Script-Environment/Userdata/Shape.md).

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
shape:replaceShape( uuid )
```

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

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `shape` | [Shape](../Game-Script-Environment/Userdata/Shape.md) | The shape. |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The uuid of the new shape. |
