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

# spy-bodycam

This feature is available from version 2.5.0 or higher.

## Steps:

1. Set the `Upload.ServiceUsed` to 'fivemerr' in `server/upload_config.lua`:

   ```lua
   Upload.ServiceUsed = 'fivemerr'
   ```
2. Create a `Videos Only` token and place it in the `Upload.Token` field in `server/upload_config.lua`:

   ```lua
   Upload.Token = 'YOUR_TOKEN'
   ```

Once you have completed these steps, the configuration is finished.
