Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local BadgeId=1060922754
  2. local BadgeService=game:GetService("BadgeService")
  3. function AwardBadge(userId,badgeId)
  4. if not BadgeService:UserHasBadge(userId,badgeId) then
  5. BadgeService:AwardBadge(userId,badgeId)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement