> ## Documentation Index
> Fetch the complete documentation index at: https://lationscripts.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Coke - Exports - Client

> All exports available on the client

### openLabShop

Opens the lab dealer menu showing available labs.

```lua theme={null}
exports.lation_coke:openLabShop()
```

### isInsideLab

Returns `true` or `false` if the player is inside a lab and the lab ID.

```lua theme={null}
isInside, labId = exports.lation_coke:isInsideLab()
```

<ResponseField name="isInside" type="boolean">
  True or false if player is inside a lab.
</ResponseField>

<ResponseField name="labId" type="number">
  If isInside is true, returns the labId. If false, returns nil.
</ResponseField>

<Note>
  Looking for an export we don't have listed here? Contact us and we'll do what we can!
</Note>
