Advertisement
XiByteGam123457890

Developer Badge

May 9th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. dev badge
  2. ---------------------------------------------------
  3. local BadgeService = game:GetService("BadgeService")
  4. BadgeId = 2308074335071336
  5.  
  6. game.Players.PlayerAdded:Connect(function(p)
  7.  
  8. if p.Name == "UserName" then -- Change username to yours more creators = "UserName","OtherUser".etc..
  9. wait(.5)
  10. print("Developer Inside Server..")
  11. BadgeService:AwardBadge(p.UserId,BadgeId)
  12. end
  13. end)
  14. ---------------------------------------------------
  15. -Poke
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement