View an image and optionally enter a password to unlock.
-- Display ImageRegisterCommand('testimage', function()local imageUrl ="https://images.pexels.com/photos/3052361/pexels-photo-3052361.jpeg" -- Example Pexels image exports['moon-ui']:OpenImage(imageUrl, function(success)if success thenprint('Image opened successfully.')elseprint('Failed to open image.')endend, "1234") -- Pass nil instead of "1234" for no password protectionend)