How do i figure out what the width and height is of a model?

I am working on creating a forcefield which fully covers the whole model even when the wings unfold and i am working on the aerodynamics system, but i need to calculate the height and width in order to do that.

How do i calculate the width and height of this model? It contains 1556 models.

1 Like

Do you mean the bounding box around it? Otherwise you’d have to break it up into smaller segments. If the bounding box works, then :GetExtentsSize() should be fine.

1 Like