LuauAnalyze doesn't understand Roblox Specific globals/syntax? #1764
Replies: 1 comment
-
If you need Roblox support, you should use luau-lsp which can be run both in your editor and as a standalone tool to analyze Luau projects. It’s built atop LuauAnalyze fundamentally, but incorporates definition files for Roblox and support for Rojo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble working with LuauAnalyze in my project.
It is false-flagging issues in scripts such a not recognizing "game"/"workspace"/print statements.
Is there a setting or workflow I need to complete to make the LuauAnalyze tool work properly for analyzing Roblox scripts for linting/syntax validation/type checking?
Beta Was this translation helpful? Give feedback.
All reactions