-- Swipe LockRegisterCommand('testswipe', function() exports['moon-ui']:OpenSwipeLock(function(success)if success thenprint('Swipe successful! Access granted.')-- Add your logic here for successful swipeelseprint('Swipe cancelled.')-- Add your logic here for cancelled swipeendend)end)