No information on Model:GetBoundingBox

The Model:GetBoundingBox method has no information other than the return type, which is still confusing as it’s a tuple. The API isn’t shown on the Model page either.

This method could be useful if there was any information on what it returned.

10 Likes

This is how you should use it.

local modelCFrame, modelSize = model:GetBoundingBox() -- CFrame, Vector3
7 Likes

Thankfully Google landed me here. I was searching for info on this because the documentation provided nothing.

6 Likes

Yep. There are a lot of pages like this on the developer hub, unfortunately.

2 Likes

I’m here in February, and the documentation is still missing. Hooray for AlreadyPro, I’d be lost at the moment.

2 Likes

Bumping because this page still has no information.

1 Like

Hey guys - this function slipped through the cracks and was put on low priority for updates…until now! I’ve updated the page and queued it to be published tomorrow. Here’s what it’ll look like.

In the future we’ll try to be more timely with corrections like this. Thank you for your patience and persistence!

4 Likes

Cool, thanks a bunch!

Heads up, while this page still exisits, it is not listed under the Model API page.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.