`BasePart.GetTouchingParts` returns `{Instance}` but should return `{BasePart}`

BasePart.GetTouchingParts can only ever return instances that inherit BasePart, so the return type should be changed to {BasePart}.

{C666B921-6AAC-4391-893D-478D6D21DD9E}

Page URL: https://create.roblox.com/docs/reference/engine/classes/BasePart#GetTouchingParts

5 Likes

It is kinda an annyoing issue. It messes with the Autocomplete when using --!strics mode

Thank you, we’ll get this fixed.