Studio Script Analysis

Inside of Studio would it be possible to “Ignore” W002 syntax errors. A lot of programmers like to stick with Pascal Case and because “Game” among others such as “Wait” and “Workspace” are deprecated, it underlines them as being syntactically incorrect as well as putting them on the Script Analysis window as a W002 error.

Alternatively, don’t make these variables deprecated.

It’d also be nice if we could right click one of the W002 errors and select “Attempt to auto-resolve all W002 errors” which would replace all Waits with wait, Workspace with workspace, Spawn with spawn, etc. Kind of related to OP so I thought I’d post here instead of making a new thread.