require()
allows whatever was returned from the ModuleScript to be referenced. My module returns a table. Check out how ModuleScripts are typically organized here.
require()
allows whatever was returned from the ModuleScript to be referenced. My module returns a table. Check out how ModuleScripts are typically organized here.