How do you get a model's size?

I’ve tried GetBoundingBox() and GetExtentsSize() but they don’t seem to work because they return a Vector3. I am trying to get the little Scale property in a model but you cant get the value in scripts.

model:GetScale() and model:ScaleTo().

oh my lord. I was using :ScaleTo() but I didn’t know :GetScale() existed. will try rn

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