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

JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
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