Instance:GetDescendants() does not return type `{Instance}`

Currently GetDescendants() does not have return type {Instance}, instead it returns {any}. However it’s counterpart GetChildren() returns {Instance} as expected.
image
image

Expected behavior

GetDescendants() should have a return type of {Instance} like GetChildren() does.

3 Likes

Thanks for the report! We are investigating this issue.

2 Likes

The type has been corrected to {Instance}. Thanks for your report.