When is memory actually an issue?

Let’s ignore memory leaks completely here (mostly because when I think a script will use a lot if memory I just clone the script and then destroy it)
When’s memory really an issue? Something you can do is using do scopes for every script to garbage collect every variable and save like a kb in total. I’m kinda stressing out about this lol. Mostly because there’s no good way to actually free up space since nil variables still exist. Also overwriting a variable makes it global.

This is so random but I’ve been stressing out a bit

1 Like

Do scopes don’t do anything but make code look pretty.

1 Like

Avkshualy because it’s a scope it’d GC the local variables