# Exports

### Client Exports

startHeist

```lua
exports["mday_vangelico"]:startHeist(approach)
```

| Parameter | Type   | Description       |
| --------- | ------ | ----------------- |
| approach  | string | "quiet" or "loud" |

### Server Exports

startHeist

```lua
exports["mday_vangelico"]:startHeist(leaderId, approach, players)
```

| Parameter | Type   | Description                                        |
| --------- | ------ | -------------------------------------------------- |
| leaderId  | number | Server ID of the leader player                     |
| approach  | string | "quiet" or "loud"                                  |
| players   | array  | This is a necessary parameter for the heist board. |

canStartHeist

```
exports["mday_vangelico"]:canStartHeist(playerId)
```

| Parameter | Type   | Description             |
| --------- | ------ | ----------------------- |
| playerId  | number | Server ID of the player |
