BoxShape:getDimensions

Edit

Returns the width, height, and depth of the BoxShape.

width, height, depth = BoxShape:getDimensions()

Arguments

None

Returns

NameTypeDescription
widthnumber The width of the box, in meters.
heightnumber The height of the box, in meters.
depthnumber The depth of the box, in meters.

See also