Personally it depends on the context. For example, I have a module script called Util with a bunch of random functions, so ideally I’d categorise those functions so my autocomplete isn’t littered with various other functions that I could accidentally autocomplete with.
I feel its really on preference, when I have simple values like a debounce or the root of a character, I usually just use variables, when it comes to UI elements I usually use a table instead of the large amount of variables I need to get everything I need.