BoxShape:getDimensions
EditReturns the width, height, and depth of the BoxShape.
width, height, depth = BoxShape:getDimensions()
Arguments
None
Returns
Name | Type | Description |
width | number | The width of the box, in meters. |
height | number | The height of the box, in meters. |
depth | number | The depth of the box, in meters. |