Closed samfundev closed 10 years ago
ScriptAnalyzer will make a warning about using deprecated a global when you try calling a function that you made and was named a deprecated global.
To reproduce:
Instance.new("Script",workspace).Source = "function load()\nend\nload()"
This now yields a W010 warning, so this is no longer an issue.
ScriptAnalyzer will make a warning about using deprecated a global when you try calling a function that you made and was named a deprecated global.
To reproduce: