Model:getDimensions
EditReturns the width, height, and depth of the Model, computed from its axis-aligned bounding box.
width, height, depth = Model:getDimensions()
Arguments
None
Returns
Name | Type | Description |
width | number | The width of the Model. |
height | number | The height of the Model. |
depth | number | The depth of the Model. |