Can I check if players have a specific Roblox badge?

Hi. I would like to know if its possible to check if someone has a Roblox badge example how to check if someone has the Admin badge (Roblox badges not game badges)

If so how would I do this?

image

Always check developer.roblox.com first to see if your answer is there. I typed into the Search bar “Check to see if player has badge” and this came up:
BadgeService | Documentation - Roblox Creator Hub

Wrong, this function will find game badge.
OP wants to find roblox badge.

1 Like

No, at least not natively. You’d probably have to scrape their profile, but for checking the admin badge, all Roblox staff members should be in the Official Group of Roblox, so that case is solved. Not sure what the use case is for checking other badges though.

4 Likes

I’m talking about Roblox badges not game badges so to check if a player has Roblox admin badge

1 Like

Thank you! I didn’t think of the Roblox group

Oh jeez.
Was tired and just skimmed over the ‘Roblox badge’ part and read it meaning any Roblox badge. Apologies!

Sorry for bumping. i found api that returns roblox badges

URL: https://accountinformation.roblox.com/v1/users/[USERID]/roblox-badges
DOCS: https://accountinformation.roblox.com/docs#!/RobloxBadges/get_v1_users_userId_roblox_badges

2 Likes