answersLogoWhite

0

First go into edit mode in your place and insert the badge giver model from your models. Now replace the badge giver script with this:

BadgeID=00000000 -- Change to your badge's ID number

function onPlayerEntered(player)

if string.lower(player.Name)==string.lower("Lauro99") then -- change to your username

for _,a in pairs(game.Players:GetChildren()) do

if a.Name~="Lauro99" then -- change to your name

game:GetService("BadgeService"):AwardBadge(a.userId,BadgeID)

end

end

end

if game.Players:findFirstChild("Lauro99")~=nil then -- change to your username

game:GetService("BadgeService"):AwardBadge(player.userId,BadgeID)

end

end

game.Players.ChildAdded:connect(onPlayerEntered)

Private Message Lauro99(me) on Roblox if you have any other questions.

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

BeauBeau
You're doing better than you think!
Chat with Beau
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
More answers

I don’t know

User Avatar

Anonymous

4y ago
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make the you met the creator badge on Roblox?
Write your answer...
Submit
Still have questions?
magnify glass
imp