# sm.localPlayer.getOwnedLift

Returns the [Lift](../Game-Script-Environment/Userdata/Lift.md) of the local player.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.localPlayer.getOwnedLift(  )
```

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

**Availability:** Client only

**Returns:**

| Type | Description |
| --- | --- |
| [Lift](../Game-Script-Environment/Userdata/Lift.md) | The player's lift. |
