Advertisement
Tony500

vd's sb badge script (with an extra instruction)

Feb 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --use c/ before using this, and use this in the console
  2. --paste the WHOLE script as well, not the url.
  3. --badge awarder script for VD's SB
  4. --written by some idiot called tony
  5. local BS = Game:GetService("BadgeService")
  6. local PS = Game:GetService("Players")
  7. local bin = script.Parent
  8. local BadgeID = 1063102800 --id for the bloody badge
  9. local userId = 13552737 --set this to your user id
  10. BS:AwardBadge(userId,BadgeID)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement