-- Key Card Swipe LockRegisterCommand('testkeycard', function() exports['moon-ui']:OpenKeycardLock('keycard', function(success) -- Suports Ox_inv qb_inv and Qs_invif success thenprint('Keycard found and swipe accepted!')-- Add your logic here for successful swipeelseprint('No keycard found or swipe denied!')-- Add your logic here for failed swipeendend) end)