I’m working on a custom leaderboard for my game and I want to add a checkmark beside the players name if they are a verified creator. Is there a way to check a players account to see if they are verified. (Blue Verified Checkmark) not age verified. Thanks
2 Likes
if Player.HasVerifiedBadge then
--
end
1 Like
thanks a lot!, not sure why I couldn’t find this anywhere.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.