Export, used to check if user is connected to a network
---@return boolean | nil function isConnected() end
local isConnected = exports.fd_laptop:isConnected() if not isConnected then print('not connected') end
On This Page