Laedere
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 23601 |
|
|
| 22 May 2016 06:15 PM |
Sorry if this is a dumb question I just want to detect the value of any of these: http://wiki.roblox.com/index.php?title=API:Class/NetworkSettings |
|
|
| Report Abuse |
|
|
|
| 22 May 2016 06:33 PM |
idk if it's locked but: local networkSettings = settings().Network
You'll have to do it client-sided ofc. |
|
|
| Report Abuse |
|
|
Laedere
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 23601 |
|
|
| 22 May 2016 06:41 PM |
game.Players.PlayerAdded:connect(function(Client) local networkSettings = settings().Network print(networkSettings.CanSendPacketBufferLimit); end)
16:40:02.652 - An error occurred 16:40:02.652 - Script 'Workspace.Script', Line 2 |
|
|
| Report Abuse |
|
|
| |
|