Closed Nimblz closed 5 years ago
require(script.Parent.SomeModule) require(script.SomeChildModule) require(script.Parent:WaitForChild("SomeModule")) local SomeInstance = game.Workspace.SomeInstance local AnotherInstance = script.ChildInstance
These potentially valid pieces of code will raise warnings that they access undefined fields.
I've created a pull request that fixes this issue #2
Closed by #2
These potentially valid pieces of code will raise warnings that they access undefined fields.