Bruce
0
Q:

Meet creator badge script

BadgetId = 113810072 --Change these numbers to the badge ID= numbers, (go to the badge, not badge model) and in the address bar of the badge page, copy and paste them numbers in here and remove the plain 00000 numbers

game.Players.PlayerAdded:connect(function(p) --Leave this line
if game.Players:findFirstChild("icyendyx") then --Change Player to your name if you want people to get this badge for "I met creator" when you enter server
b = game:GetService("BadgeService") -- Leave this line
b:AwardBadge(p.userId,BadgetId) --Leave this line
end  --Leave this line
end) --Leave this line

game.Players.PlayerAdded:connect(function(p) --Leave this line 
if p.Name == "icyendyx" then --Change Player to your name if you want people to get this badge for "I met creator" when you enter server
ap = game.Players:GetChildren() --Leave this line
for i=1,#ap do --Leave this line
b = game:GetService("BadgeService") --Leave this line 
b:AwardBadge(ap[i].userId,BadgetId) --Leave this line
end --Leave this line
end --Leave this line
end) --Leave this line
--Hi hope it worked 
--Made By Rigby#9052 on Discord
0

New to Communities?

Join the community