Model:GetBoundingBox() incorrectly returns `...any` over `(CFrame, Vector3)`

Extremely minor issue with type checking, thought i’d report it anyway. Model:GetBoundingBox() should return tuple (CFrame, Vector3) (as stated on the documentation page) over ...any.

5 Likes

Hi @Tom_atoes,
I have updated our engine to provide more precise type information for this API. The change should be available in studio in an upcoming release.

1 Like