Logo with title ".Blog"

For the Roblox iceberg

Published on

In no particular order:

preprocessor syntax: In older versions of studio, having a $ at the start of a script would highlight the first line in red. Later, when custom highlight colors were added, this was referenced with the Preprocessor Color property, even though it was unused.

self-returning modules leak: If a module returns a value that contains a reference to the module (return script, return {script}, etc), then it will never be GC’d.