How would I go about making a bot with group binds?

Hello, I am currently working on a discord verification bot for my server. I have the verification ready, but I just cannot wrap my head around how a group binds system would be possible? I mean like, you get a role based on your group rank.

You’d have to get the users rank, and send it through to discord somehow.

Use HttpService to send the player’s UserId and rank in the group to the Discord server using a Discord webhook. I’m not entirely sure how to set it up, but I believe this is the general way to do it.


Create a webhook, then copy the url and send a message through the webhook. How to send a Discord webhook through Roblox this makes it seem easy as long as you know how to code a discord bot.

Seems resonable, I will give it a try.