Title.
I want to know if you’re able to do a require in a modulescript.
Title.
I want to know if you’re able to do a require in a modulescript.
Module scripts can be required from other module scripts given the reference is correct.
You can, but you need to make sure you don’t have cyclic dependencies. That is requiring a module that requires the module that’s requiring it.