# sm.visualization.setCreationFreePlacement

Controls the transform of the creation visualization. If true the visualization will render using setFreePlacementPosition/setFreePlacementRotation functions.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.visualization.setCreationFreePlacement( valid )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.visualization.md#setcreationfreeplacement)

**Availability:** Client only

If false the visualization will render on top of the creation.

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `valid` | boolean | Should the creation visualization be free placement |
