Reference API Roblox

Engine API

Website

Related

Reference API Roblox

NetworkStatus

Describes the device's current network reachability state as reported by ConnectivityService.

Items 3

HistoryNameValueDescription
607Unknown0

The network connection state has not yet been determined or is unavailable on the current platform.

607Connected1

The device has an active network connection.

607Disconnected2

The device does not currently have a network connection.

Description

Describes the device's current network reachability state as tracked by ConnectivityService. The engine's connectivity subsystem monitors platform-level network availability and updates the NetworkStatus property with one of these values whenever the state changes.

History 4

Settings