ArchLand64

Results 6 comments of 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. ![image](https://user-images.githubusercontent.com/68730440/185713039-c7001aa7-a6a1-4d42-b1b4-df5c7bca51f2.png)

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. ![image](https://user-images.githubusercontent.com/68730440/185061958-a5183b1f-cf72-487b-9d6f-58b9983d2390.png)...