Hey guys, I’m working on an admin panel that is accesible by writing a line of code through your game’s developer console. The thing is, I don’t really know how to form that line of code. I want the line of code to get the module script from InsertService, but with my method it doesn’t work. I don’t even know if the module script should even run if I require it from the developer console. Anyways, heres the code that I tried using that didn’t work:
thanks, but I already tried that. I’m going to see if wrapping the code in the module script inside a function and then running that function will help.
you should probably print it to even know if it’s nil or not. also what’s the error? also the module is parented to nil which could accidentally lead to a memory leak or something
i knew it1111
ok but the require error happens when the argument is not a module, and i realized insert has to download assets, meaning it took a second or 2 for it to exist and stop being nil