Recently I have been having issues with my module script. whenever I load up the game, I get an error in the output saying, “Requested module experienced an error while loading”. I’m not sure how to fix this as it keeps on happening. Does anyone have a fix for this?
there’s an issue with a module script itself the error message is pretty self explanatory lol
Probably because you didn’t return the module, Maybe accidentally removed it
local module = {}
return module -- always return something in a module
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.