--[[ Load the required file based to the server framework ]] local success, result = pcall(lib.load, ('modules.bridge.%s.client'):format(shared.framework)) if not success then lib.print.error(result) end