Roblox / Core-Scripts

All of ROBLOX's core client scripts.
Apache License 2.0
252 stars 184 forks source link

Prevent server scripts from timing out #1036

Closed hoontee closed 6 years ago

hoontee commented 7 years ago

Very often I get cheaters in my game who are able to break the server scripts by lagging out the server due to excessive RemoteEvent and RemoteFunction requests. This fixes that issue.

Kampfkarren commented 6 years ago

is there any reason most of the methods in ScriptContext are protected? this seems like one of the many functions that really has no need to be so secret.