I own a group, I want to check if the user has requested to join my group
Any idea on how to combat this problem?
Go to the 3 dots top right of the name on the page of the group, click them then click configure. Click Members then requests.
I mean with a roblox script
I know how to do that, but im making an application game to get accepted, but my discord bot errors if the user has not requested to join the group, So i need my roblox game to check when the user join if he requested to join a group
You can use the following endpoint to get a list of join requests.
https://groups.roblox.com/docs#!/Membership/get_v1_groups_groupId_join_requests
1 Like