How to check if user has the verified badge?

Is there any way of checking if a user has the verified badge?

The reason why I’m asking this is because I want to reward players with the badge some bonus rewards.

image

1 Like

The user API returns a value called hasVerifiedBadge
image
https://users.roblox.com/docs/index.html#!/Users/post_v1_usernames_users

2 Likes

Read this topic:
How do I check if a user has a verification badge?

Always pay attention to see whether or not such a topic exists;
Avoid repeated threads.

1 Like

Player objects have a boolean value called HasVerifiedBadge, so you can use a simple PlayerAdded event to check if they have the verified badge.

3 Likes

Thanks @CZXPEK @Abobora_iluminada @Pinkpiploa for the reply.

@CZXPEK I have marked your reply as the solution since you were the first one to reply.

@Pinkpiploa thanks for the extra method for checking if the player has a verified badge.

@Abobora_iluminada thanks for letting me know there was already another post about this I had no idea.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.