Currently if you require()
an assetID for a ModuleScript, a warning will be printed the first time you require it.
Calling require(assetId) on a module that has an incorrect asset type will not work in the future.Please update your game so it does not rely on modules that have been uploaded incorrectly.The module in question has the asset id 4820151578.
“incorrect asset type” - AFAIK there is currently no other way to upload a ModuleScript.
You can reproduce this with this module if you’re so inclined by taking the model and running require(4820151578)
in the command bar.
About 2.5 hours ago a flag called ForceTypeCheckOnRequire was enabled, which is presumably the cause of this.
Maybe this was enabled prematurely, or maybe somebody just wanted to see if their flag broke everything. Bringing attention to this just in case since we had someone concerned in Post Approval.