I’m tying to call a function from a module script and it’s suppose to return a table, but it’s not. I’ve check to make sure the table is actually full before returning and it is (see the printed items in the console), but for some reason it still doesn’t show up.
Main Code:
Module Code:
(all getAnimations does is call LoadPackage() and pass it parameters)
“for I, V in pairs(Animations) do” in the “Main Code” portion. Edit: The one within the Module Script prints out the items, but the one in the “Main Code” errors, as it says there is no table.