really specific question, are you even able to call colon functions if you index them using square brackets? like this:
(the module)
when i do this, for whatever reason self is nil. My guess is that this is the same thing as doing s.lol() but if thats the case how would i call it without specifically doing s:lol()?