# Errors and Troubleshooting

***

## 🔁 cfg.debugBindPlus & cfg.debugBindMinus

If  you dont have numeric tiles on your keyboard, you might need to change the key for the `/camPreview` tool to work.\
Head onto the [fivem controls docs](https://docs.fivem.net/docs/game-references/controls/) for the key ID's

```lua
cfg.debugBindPlus = 314
cfg.debugBindMinus = 315
```

***
