NetChannel
Table to work with game's net channel.
GetLatency(flow: Enum.Flow
): number
Enum.Flow
): number
Name
Type
Description
flow
Enum.Flow
flow to get latency of
Returns the latency/ping of the net channel in seconds.
GetAvgLatency(flow: Enum.Flow
): number
Enum.Flow
): number
Name
Type
Description
flow
Enum.Flow
flow to get average latency of
Returns the average latency/ping of the net channel in seconds.
SendNetMessage(name: string
, json: string
): nil
string
, json: string
): nil
Name
Type
Description
name
string
name of the net message
json
string
json of the net message
Sends a protobuff message to the game server. List of messages,
Example
Last updated