Advertisement
PlayStationUser99

How to make a halo system! | Part 1. Halo script (Badge).

Mar 11th, 2021
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. -- Change 2124642225 with your badge id
  2.  
  3. local BadgeService = game:GetService("BadgeService")
  4.  
  5. if BadgeService:UserHasBadgeAsync(script.Parent.Parent.Parent.Parent.Parent.UserId, 2124642225) then
  6. script.Parent.Visible = true
  7. else
  8. script.Parent.Visible = false
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement