selene
selene copied to clipboard
Lint for insertion into FilterDescendantInstances
trafficstars
table.insert(raycastParams.FilterDescendantInstances, instance) does not do anything. We can lint for anything that inserts into a field named "FilterDescendantInstances". We could theoretically only check this on things we know to be RaycastParams.new() (or typed RaycastParams), but I think that will be negligible.