|
| 23 Jan 2012 05:10 PM |
I was wondering if I place a normal script into the workspace, but make inactive (sort of as a handy version archive, it will be all comments), would it lag the server?
Or would it still add lag, and I should make it a LocalScript so it's client-side, meaning no server lag, just client lag, or just keep a text document with it. |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2012 05:25 PM |
Nevermind everyone. I've decided that I'll disable the script, AND set archivable to false, so it's not saved when published. That way it'll only be there when editing.
I suppose another option would have been to do something like:
wait(2) script:remove()
(wait so it doesn't lag other scripts) |
|
|
| Report Abuse |
|
|
inb4bass
|
  |
| Joined: 10 Jan 2012 |
| Total Posts: 38 |
|
|
| 23 Jan 2012 05:25 PM |
| It may not be taking up much memory, but it will still be taking up some... meaning the server will lag the tiniest bit from it (such as parts take up memory, so do scripts, even if they're not running). |
|
|
| Report Abuse |
|
|