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

# Exports

## Client Side

{% hint style="info" %}
You should use all of these exports in your client-side files.
{% endhint %}

**Get Vehicle Nitro**

```lua
exports['ak4y-hud']:GetNitro()
```

***

**Get Player Stress**

```lua
exports["ak4y-hud"]:GetStress()
```

**Hide / Show Hud**

***

```lua
-- Show Hud
exports["ak4y-hud"]:toggleHud(true)

-- Hide Hud
exports["ak4y-hud"]:toggleHud(false)
```
