Hello, I also ran into some autofill issues in this post, I believe this might be related to the incremental typechecking thing. This describes a problem when you try to fill in a table directly inside of the constructor instead of filling the properties with dot operator, the autofill breaks for half of the fields, but works for the other half arbitrarily
local t :{key1:boolean, thing2:CFrame, aaa3:vector} = {
ke... <- this autofills
th... <- sometimes this doesnt autofill
}