Requested Module error while loading

After a couple days of working on my game i took a break. i came back and when i tried to play the game i am met with both of my module scripts throwing the same error. twice.

Requested module experienced an error while loading

Also the game is not reading the leaderstats folder and none of my server scripts are working. i havent touched a thing and im getting all these errors.

What’s the code that is calling require()?]
What is the code contained within the module scripts?
There should also be an error above the Requested module experienced an error while loading messages.

Im calling two of my modules functions(one is a ragdoll and other is for weapons), and there is not error above it. i havent chaged anything at all since the last time it worked.

Can you please show the code in the modules? Without it we can’t really provide further assistance

I just tested a new module i just made with this:

local module = {}
	function module.printhi()
		print("hello")
	end
return module

and it gives me the two errors.

each module gives the error twice

it appears that None of my server side scripts are working at all

I found the error. in one of my modules i had it calling itself for some reason :sweat_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.