NetworkPeer

Mostrar obsoleto

*Pronto este contenido estará disponible en tu idioma seleccionado.

No creable
No explorable

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

Propiedades

Métodos

SetOutgoingKBPSLimit

void
Seguridad del plugin

Sets the maximum outgoing bandwidth that Roblox can use.

Parámetros

limit: number

Devuelve

void

Muestras de código

NetworkPeer:SetOutgoingKBPSLimit

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

Eventos