24.01.2015, 14:39
Lag can be caused by several other things, it's not related at all to memory usage.
- huge loops
- too many fast timers, or timers that process ALOT
- bad internet connection
- badly written and unoptimized script
- too much code under OnPlayerUpdate
These can all be reasons why scripts are lagging.
There could be others as well.
- huge loops
- too many fast timers, or timers that process ALOT
- bad internet connection
- badly written and unoptimized script
- too much code under OnPlayerUpdate
These can all be reasons why scripts are lagging.
There could be others as well.