I am just trying to make a welcome badge but for some reason this doesn’t work.
Players.PlayerAdded:Connect(function(player)
if not BadgeService:UserHasBadgeAsync(player.UserId, WelcomeBadge) then
BadgeService:AwardBadge(player.UserId, WelcomeBadge)
end
end)
I get no errors. The welcome badge variable is the ID for the badge.
It may be because you already own the badge, make sure you delete the badge from your badge inventory and then try again. If this doesn’t work I’m not sure, sorry!