# Lifters System

## onLifter

With this statebag you are able to check if entity is on lifter

{% tabs %}
{% tab title="Client Side" %}

```lua
Entity(entity).state.onLifter
```

{% endtab %}

{% tab title="Server Side" %}

```lua
Entity(entity).state.onLifter
```

{% endtab %}
{% endtabs %}
