Require() script not working?

I wrote a require() script and it gives the following error:

Downloading asset failed for asset id 7471295758. Is the asset id correct and is the asset type "Model"?

The Item is taken out and saved to roblox as a modulescript that Does return a function.

Is your top module named “MainModule”?
Any other name besides that will result in the error you’re getting

image

3 Likes

Since you say ‘Top Module’, do you mean I can have many modules? how would I do that? I can only export 1 file at a time.