Hi, I’ve been trying to award a badge using the dev console for a while now, but couldn’t find a way that works, I’m not 100% sure it’s possible but it’s worth a try, here’s the script:
game:GetService("BadgeService"):AwardBadge(PLAYERSUSERID, BADGEID)
Please let me know if it’s possible or not, thanks.
Have you declared PLAYERUSERID and/or BADGEID?
Anyways, if you didn’t, since its the dev console dont type PLAYERUSERID and BADGEID, instead use the player id and badge id. Something like this:
game:GetService("BadgeService"):AwardBadge(269045835, 2124510987)
But remember, the player must be IN your game IN your server and the badge must be from the game you’re currently playing. Hope that helps!
12 Likes