# sm.lift.createVirtualLift

Creates a virtual lift. A virtual lift is a lift that doesn't exist in the game world. But allows for a static body to be placed on it.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.lift.createVirtualLift( world, body )
```

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

**Availability:** Server only

return	[Lift](../Game-Script-Environment/Userdata/Lift.md):					The created lift.

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `world` | [World](../Game-Script-Environment/Userdata/World.md) | World to place the lift in. |
| `body` | [Body](../Game-Script-Environment/Userdata/Body.md) | Body to place on the lift. |
