Open Anonymous0perator opened 6 years ago
This will return true if they are in the group and false if they are not:
await rbx.getRankInGroup(groupId, userId) !== 0
Or I believe this will work because Roblox doesn’t allow duplicate role names:
await rbx.getRankNameInGroup(groupId, userId) !== 'Guest'
So what do I need to do to check if a member is in group