I have a ModuleScript that uses require()
to run it. I’ve notice other module scripts have been able to run a localscript inside them so they can use game.StarterGui:SetCore()
. If it is possible it would help but if it’s not then how come other module scripts loaded using require()
work?