# LoadCellHandle

**Usage:** Server only

**Serializable:** No

A userdata object representing a <strong>load cell handle</strong>.

**Operations:**

| Operation | Returns | Description |
| --- | --- | --- |
| <a id="__eq"></a>`LoadCellHandle == LoadCellHandle` | boolean | Checks if two instances of [LoadCellHandle](LoadCellHandle.md) refer to the same LoadCellHandle. |

## Functions

### release {#release}

``` { .lua .api-signature }
loadCellHandle:release(  )
```

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `handle` | [LoadCellHandle](LoadCellHandle.md) | Handle to a load player dummy |

**Returns:**

| Type | Description |
| --- | --- |
| boolean | True if succesful |
