Hittttttttttttgyhj

Hidfghjiuytresdfghjiuytrewasdfghj

So I don’t know how but I know for sure it’s possible. It would be similar to the system that pls donate use for example. When they make collaboration with other game they are making it so when the player gets a certain badge in the collaboration game he unlocks the booth in pls donate.

Another example I come up is from several YouTube videos when developers make a discord server and whenever someone joins their game the developer get a message in discord “‘user’ joined the game”

Like I said I don’t know how to do it but there is for sure a way. Hope that motivate you a bit XD

Using https service and discord webhooks might help, you could search for info on that

You need to use the Roblox API for this. More specifically:

Then, you can create a discord bot command that checks from this API and provides the user with the role.

Pls donate just has to check for the badge using UserHasBadgeAsync. Nothing else because it is inside of Roblox, Discord would require you to use HttpService and some webhook or bot to promote the user once they get the badge.

That’s not a Roblox related question. Please view the discord.js.org website for help on how to make a discord bot.

To fetch the request you can use the fetch() method. And then properly give the role to the user, etc.

You can use RoVer discord bot for this.