I’ve gotten a type checking warning (with --!strict) in a server -script, stating the following:
The module script required is created at runtime and does exists you can see I am checking for it existing above.
The code works without any errors, but typechecking warning is showed in the script editor. VSCode Luau extension does not report this typechecking warning.