Currently GetDescendants()
does not have return type {Instance}
, instead it returns {any}
. However it’s counterpart GetChildren()
returns {Instance}
as expected.
Expected behavior
GetDescendants()
should have a return type of {Instance}
like GetChildren()
does.