> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/assets/vms_hud/developer-api/client-exports.md).

# Client Exports

### Display

Manage the hud display

```lua
-- boolean: true to show / false to hide
exports['vms_hud']:Display(boolean)
```

***

### hasSeatbelt

This function will return information about whether the player has a seatbelt on or unbuckled.

```lua
exports['vms_hud']:hasSeatbelt()
```
