Giving group roles through script

Hi

I was wondering if it was possible to give a player a certain rank in a group through a script. For example if they click “become member” button the script will give them the member rank in the group.

Thanks.

Sadly there is no roblox api to do this. You’ll need to create a bot using noblox.js and send it a request to rank up the group member. There are also online resources (some paid) that can help you with this, since hosting a bot is not an easy or free task.

1 Like

https://groups.roblox.com/docs#!/Membership/patch_v1_groups_groupId_users_userId
Is the group API endpoint you’re looking for.

hello, how do I use these API keys?