MainModule not loading

Hi!
I’ve got a script loading a ModuleScript named MainModule, with it public and uploaded as a model.
However, it doesn’t seem to load majority of the times I try to run it.

Downloading asset failed for asset id [ID]. Is the asset id correct and is the asset type "Model"?

Is there any reason to this?
Remember, I’ve already made the model public, made sure all the stuff I’m using is inside of the MainModule script, with the MainModule loading all of the stuff into the correct spots. It also is uploaded as a model.

I don’t see why it wouldnt work.

Thanks!

are you trying to use InsertService for it, or require?

Require.

30charrrrrrrrrrrrrrrr

1 Like

Try requiring the module using the following command:

require()

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