Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Change 2124642225 with your badge id
- local BadgeService = game:GetService("BadgeService")
- if BadgeService:UserHasBadgeAsync(script.Parent.Parent.Parent.Parent.Parent.UserId, 2124642225) then
- script.Parent.Visible = true
- else
- script.Parent.Visible = false
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement