I'm currently having an issue where I can't seem to return and use a table from a modulescript used in a script. I get these errors:
Module code did not return exactly one value
Requested module experienced an error while loading
The line I'm using to get the modulescript is:
module = require(script.Parent.item)
Any help? Thanks.
|