NetworkPeer
The NetworkPeer object is the most basic class of the network objects.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is not browsable. It is not visible in Studio's object browser.
Memory category | Instances |
---|
Member index 1
Description
The NetworkPeer object is the most basic class of the network objects.
History 5
- 573 Change ReturnType of SetOutgoingKBPSLimit from void to null
- 462 Change ThreadSafety of SetOutgoingKBPSLimit from to Unsafe
- 152 Change Security of SetOutgoingKBPSLimit from LocalUserSecurity to PluginSecurity
- 47 Add SetOutgoingKBPSLimit
- 47 Add NetworkPeer
Members 1
SetOutgoingKBPSLimit
Parameters (1) | ||
---|---|---|
limit | int | |
Returns (1) | ||
null |
Sets the maximum outgoing bandwidth that Roblox can use.
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 573 Change ReturnType of SetOutgoingKBPSLimit from void to null
- 462 Change ThreadSafety of SetOutgoingKBPSLimit from to Unsafe
- 152 Change Security of SetOutgoingKBPSLimit from LocalUserSecurity to PluginSecurity
- 47 Add SetOutgoingKBPSLimit