SetOutgoingKBPSLimit (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>LocalChum
New page: {{locked}} <onlyinclude>{{Method |name = SetOutgoingKBPSLimit |arguments = int ''limit'' |returns = nil |object = NetworkPeer |description = Sets the maximum outgoing bandwidth tha...
 
>LocalChum
New page: {{locked}} <onlyinclude>{{Method |name = SetOutgoingKBPSLimit |arguments = int ''limit'' |returns = nil |object = NetworkPeer |description = Sets the maximum outgoing bandwidth tha...
 
(No difference)

Latest revision as of 00:05, 30 August 2011

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
SetOutgoingKBPSLimit( int limit )
Returns nil
Description: Sets the maximum outgoing bandwidth that Roblox can use
Member of: NetworkPeer


Example
game:GetService("NetworkClient"):SetOutgoingKBPSLimit(1) -- Limit bandwidth usage to 1KBPS