Our Admin Menu have a feature that allows you to quickly take a screenshot of the player's view while spectating. If you want to use it, you need to follow a few additional steps.
Go to your server.cfg and make sure that everything is in the right order.
server.cfg
set FIVEMANAGE_MEDIA_API_KEY "PASTE_YOUR_TOKEN_HERE"
set FIVEMANAGE_LOGS_API_KEY "PASTE_YOUR_TOKEN_HERE"
ensure screenshot-basic
ensure fmsdk
ensure lc_adminmenu
6
(Optional) Set up the discord webhook
If you want to be able to take a look back at the screenshots you took, you can set up the discord webhook. Every time someone takes a screenshot, it will be uploaded there.
webhook_urls.lua
localurls= {...,screenshots='https://discord.com/api/webhooks/.......' -- Set your own webhook here}