NetworkPeer

Visualizza obsoleti
Non costruibile
Non Navigabile

The NetworkPeer object is the most basic class of the network objects.

Sommario

Metodi

Proprietà

Metodi

SetOutgoingKBPSLimit

void
Sicurezza Plugin

Sets the maximum outgoing bandwidth that Roblox can use.

Parametri

limit: number

Restituzioni

void

Campioni di codice

NetworkPeer:SetOutgoingKBPSLimit

local NetworkClient = game:GetService("NetworkClient")
NetworkClient:SetOutgoingKBPSLimit(1)

Eventi