NetworkPeer

Show Deprecated
Not Creatable
Not Browsable

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

Summary

Properties

Methods

SetOutgoingKBPSLimit(limit: number): void  

Sets the maximum outgoing bandwidth that Roblox can use.

Events

Properties

Methods

SetOutgoingKBPSLimit

void
Plugin Security

Sets the maximum outgoing bandwidth that Roblox can use.

Parameters

limit: number

Returns

void

Code Samples

NetworkPeer:SetOutgoingKBPSLimit

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

Events