NetworkPeer

Mostrar obsoleto
Não criável
Não navegável

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

Resumo

Métodos

Propriedades

Métodos

SetOutgoingKBPSLimit

void
Segurança do plugin

Sets the maximum outgoing bandwidth that Roblox can use.

Parâmetros

limit: number

Devolução

void

Amostras de código

NetworkPeer:SetOutgoingKBPSLimit

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

Eventos