coding_giants

l14 BadgesServer

Jun 12th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local BadgeService = game:GetService("BadgeService")
  2. local BadgeID = 2146239673 -- tutaj podajemy swoje ID
  3.  
  4.  
  5. game.Players.PlayerAdded:Connect(function(player)
  6. wait(10)
  7. BadgeService:AwardBadge(player.UserId, BadgeID)
  8. end)
Add Comment
Please, Sign In to add comment