of     1   

yankana
#204387332Wednesday, December 14, 2016 9:14 PM GMT

A badge you award people via the AwardBadge method would be better if there was a method to remove the same badge via the game. game:GetService("BadgeService"):AwardBadge( int userId, int badgeId ) game:GetService("BadgeService"):RemoveBadge( int userId, int badgeId ) Since it can be removed manually by the user having it, the game should also be able to remove it if it so wishes to. For example, the game detects that the user hacked to get the badge earlier, and now is willing to remove it from them. What's the worst that can happen if you implement this? Like, it wouldn't be awarded in the first place if it wasn't for the game, anyways.

    of     1