libdo

Untitled

Sep 24th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local badgeID = 1060922754
  2. local badgeService = game:GetService("BadgeService")
  3. function onEntered(player)
  4. wait(1)
  5. badgeService:AwardBadge(player.userId, badgeID)
  6. end
  7. game.Players.PlayerAdded:connect(onEntered)
Add Comment
Please, Sign In to add comment