I’ve been looking everywhere to find out the easiest way to make it where whenever a player buys a specific gamepass it auto ranks them in a group, I’ve looked at many tutorials, but to no avail. I need to know the easiest way as many groups do this and it would be a huge help if anyone had any information to make this a little easier.
1 Like
To do this you need to actually link to an offsite server using httpservice. You can’t access roblox.com links from in game and you need the roblox api to change a group role. You will need to make something that can accept http post requests and will change the player’s rank using the api. I suggest using node.js for making this.
Useful links for this:
https://api.roblox.com/docs#Groups
https://nodejs.org/.
If you need any more help just send me a message on here or reply to this post
4 Likes