ModelData:getDimensions
EditReturns the width, height, and depth of the model, computed from its axis-aligned bounding box.
width, height, depth = ModelData: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. |