Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dev badge
- ---------------------------------------------------
- local BadgeService = game:GetService("BadgeService")
- BadgeId = 2308074335071336
- game.Players.PlayerAdded:Connect(function(p)
- if p.Name == "UserName" then -- Change username to yours more creators = "UserName","OtherUser".etc..
- wait(.5)
- print("Developer Inside Server..")
- BadgeService:AwardBadge(p.UserId,BadgeId)
- end
- end)
- ---------------------------------------------------
- -Poke
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement