NetworkPeer
Show Deprecated
The NetworkPeer object is the most basic class of the network objects.
Summary
Methods
Sets the maximum outgoing bandwidth that Roblox can use.
Properties
Methods
SetOutgoingKBPSLimit
()
Sets the maximum outgoing bandwidth that Roblox can use.
Parameters
Default Value: ""
Returns
()
Code Samples
NetworkPeer:SetOutgoingKBPSLimit
local NetworkClient = game:GetService("NetworkClient")
NetworkClient:SetOutgoingKBPSLimit(1)