So normally, when you have an instance and want to reference one of its children, you could do this: instancea.instanceb. If instanceb existed then all you would have to do is this: instancea.ins then press tab. It would then autofill to the above. This doesn’t happen inside and if statement. This makes it hard to make sure A. You spelt things correctly and B. To know if the instance actually exists. Same thing happens with :GetChildren() and etc. It doesn’t autofill in an if statement.
I can’t provide screenshots as when I try, the autocomplete menu hides itself.
I have tried:
Reinstalling studio
Restarting studio
This is a recurring issue and it impacts me as a developer. I don’t want a temporary solution, I want a permanent one.
Expected behavior
Autocomplete/fill works inside if statements.