I have read multiple different dev forum posts and all have said it is ok to give perks to boosters in game. I have been giving perks to boosters manually though a script for months but as my community grows, it is getting harder and harder to keep on top of all the boosters. Is there a way I can detect if someone has boosted on discord and then automatically transfer the perks into my game?
Discord blocks Roblox servers from making requests to its API. You would need to send HTTP requests from a Roblox server to an off-Roblox server, which would then in turn query Discord’s API to find out if the person qualifies.
You would also need somehow verify the Roblox account ownership with the Discord user, something that RoVer does. Perhaps you could deploy a copy of that software, and customize it to suit your needs.