ArchLand64
ArchLand64
Whenever I open any script in VSCode, lua-lsp will show type errors regardless of the annotation or lack of annotation at the top my script. An example of where this...
Is there anything that I can do to help speed up rbxm support? I can write a [remodel script](https://github.com/rojo-rbx/remodel) or a [CLI tool in C#](https://github.com/MaximumADHD/Roblox-File-Format) to get script contents from...
Ok I can do that since I already use separate project.json files, but at this point, I think my batch and remodel scripts to support autocomplete are becoming an accessibility...
From what I see in Roblox-LSP's Roblox Studio plugin, it replicates instances as a data structure that looks like this: ```js type Instance = { Name: string, ClassName: string, Children:...
1) With FFlag syncing with studio disabled and all flags enabled by default, this issue still occurs. 2) With LuauSelfCallAutocompleteFix3 enabled, this issue still occurs. 
Attempting to index `OverlapParams` with `IgnoreWater` will result in a runtime error. Therefore you should remove it from autocomplete. Roblox Studio's script analysis gives a warning about it too. ...