So, what code would I use tp see if a player has a badge?
if --player has badge thingy??? help? --my stuff goes here end
If you want to see if a player has a badge then we use the UserHasBadge
method, Example script:
Badge=IDHERE game.Players.PlayerAdded:connect(function(p) if game:GetService("BadgeService"):UserHasBadge(p.userId, Badge) then --code end end)