> For the complete documentation index, see [llms.txt](https://docs.frozen-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frozen-scripts.com/scripts/helicopter-camera/exports.md).

# Exports

There is 1 export included with the script (client-side).

<table><thead><tr><th width="131">Export</th><th width="357.3333333333333">Description</th><th width="134">Parameter(s)</th><th>Return type</th></tr></thead><tbody><tr><td>InHelicam</td><td>Returns if the local player is sitting or not</td><td>None</td><td>Boolean</td></tr></tbody></table>

## Example

```lua
local inHelicam = exports.helicam:InHelicam()

print("inHelicam:", inHelicam)
```
