# 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()
```
