Swipe
Swipe the handle at the right moment to unlock.

-- Swipe Lock
RegisterCommand('testswipe', function()
exports['moon-ui']:OpenSwipeLock(function(success)
if success then
print('Swipe successful! Access granted.')
-- Add your logic here for successful swipe
else
print('Swipe cancelled.')
-- Add your logic here for cancelled swipe
end
end)
end)
Last updated