SetOutgoingKBPSLimit (Method)
From Legacy Roblox Wiki
Jump to navigationJump to search
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