Hi!
I am making a product where it requires a external MainModule to insert the product
Whenever I do require(ID), it says it requires asset in the Output but does not actually insert the MainModule.
require(15485238200)
Much thanks who can help me on this!
Can you be a bit more specific about what you’re trying to do and what the issue is?
(Also wrong category to be posting about this in)
I’m trying to require a module by ID. The module is a package. The only thing the script does is when the game starts, it requires the package and inserts it into the game.
Could you show me the script, around where the error happens?
This is the script, it’s only job is to require the module upon the server starting.
This seems less like an issue with the require function and more with the module itself
No, it’s not, I tested it with insert service and it works fine. The require functions fails to insert the module, whenever I check the explorer the module is also not there.