Navigate a mini-maze from start to end
-- Maze Navigation Lock RegisterCommand('testmaze', function() exports['moon-ui']:OpenMazeNavigationLock(function(success) if success then print('Maze completed! Access granted.') else print('Maze failed! Access denied.') end end) end)
Last updated 16 days ago