📡NetChannel
Table to work with game's net channel.
Name
Type
Description
flow [?]
flow to get latency of (default: Enum.Flow.FLOW_OUTGOING)
Returns the latency/ping of the net channel in seconds.
Name
Type
Description
flow [?]
flow to get average latency of (default: Enum.Flow.FLOW_OUTGOING)
Returns the average latency/ping of the net channel in seconds.
SendNetMessage(name: string
, json: string
): nil
string
, json: string
): nil
You can repeat the same message from OnSendNetMessage if you want to know the format of the message.
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