I've been a fairly decent scripter for a while now, and since then I've been wondering how I can reduce the memory footprint of my scripts. If anyone can give me any tips or tricks on how I can reduce memory leaks and such.
Those leaks being Signals, module scripts (I've learned that without proper garbage collection some references stay permanent), references to instance, variables, etc.