NetworkPeer
Mostrar obsoleto
*Pronto este contenido estará disponible en tu idioma seleccionado.
The NetworkPeer object is the most basic class of the network objects.
Resumen
Métodos
Sets the maximum outgoing bandwidth that Roblox can use.
Propiedades
Métodos
SetOutgoingKBPSLimit
void
Sets the maximum outgoing bandwidth that Roblox can use.
Parámetros
Devuelve
void
Muestras de código
NetworkPeer:SetOutgoingKBPSLimit
local NetworkClient = game:GetService("NetworkClient")
NetworkClient:SetOutgoingKBPSLimit(1)