Advertisement
Jonny_Zuko_onYoutube

welcome badge roblox

Dec 13th, 2019
653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local badgeID = (Insert Badge ID) -- insert the id of your badge in the brackets
  2. local badgeService = game:GetService("BadgeService")
  3. function onEntered(player)
  4. wait(1)
  5. if not badgeService:UserHasBadge(player.UserId, badgeID) then
  6. badgeService:AwardBadge(player.UserId, badgeID)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement