Requested module experienced an error while loading?

I keep getting this weird, strange error when I try to require a module from a server script. Why is it doing this? I can literally see no mistakes or errors that I made, and I am using Tom_atoe’s ragdoll module, so nothing should be wrong with the module itself.

image

1 Like

I assume ‘Requested module experienced and error while loading’ isn’t the only error message you’re getting. If you want anyone to be able to help, you’ll need to show all the error messages, because they give more spesific information about what the error was.

Anyways, it seems like there’s something wrong on the line 73.

Post the module for us to better help you.

Requested module experienced an error while loading

This means the code in the modulescript you required threw an error. The problem isnt in the script, but the modulescript it required. You need to show us the full output + the code in the modulescript for us to help.