Why can't you localize ModuleScript functions?

If you try to localize a function inside of a ModuleScript that has some type of dot, it gets underlined red.

Why can’t you do that? Wouldn’t it be much faster if it was local?

Thanks.

Found out that you can’t localize them because it’s inside of a table (moduleScripts are basically tables).

1 Like