Finding the exact visual size of Accessories and Layered Clothing?

Title says it all.

Anyone know how I can get the exact bounds of accessories and layered clothing?
I’m trying to make a system to measure the characters exact size, including its accessories and layered clothing.

I’ve already tried setting MeshPartsHeadsAndAccessories to Enabled, and getting Mesh Size / getting model bounding box, but that returns the incorrect size.

Or if there is an alternative method to getting character bounds including accessories and layered clothing, feel free to tell me about it.

2 Likes

Model:GetExtentsSize()

I’ve already tried using GetExtentsSize, but it returns an incorrect size measurement of the layered clothing.


As shown in the image above, the red box on the left is the is using measurements from GetExtentsSize / GetBoundingBox, whereas the green box on the right is showing the target result (yes the grey box is layered clothing, and accessories and layered clothing on left have been made transparent for viewing purposes).

1 Like