Waiting for module scripts

Is it good practice to wait for module scripts before requiring them or does that make any difference at all?

Do you mean something like this?:

local SomeModule = require(ReplicatedStorage:WaitForChild("ModuleScript")

It should not make a big difference:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.