Weird badge ids

I’m trying to use my badge in my game to award players but the badgeIDs seem to be really long and aren’t working in game. Here is my badge link can anyone help?

--BonBonBakery--
BadgetId = 3549971429373114 --put the code here

game.Players.PlayerAdded:connect(function(p)-- Do not change 
wait(.5) --How long the person stays to earn the badge
b = game:GetService("BadgeService")-- Do not change 
b:AwardBadge(p.userId,BadgetId)-- Do not change
end)-- Do not change 
-- Time badge by rickymarckstadt

CODE IM USING

This is Roblox’s new badge id system, rather than increasing numerically, it’s a random 16-digit number.

Side note: Turns out this is my 1000th post on the DevForum.

1 Like

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