Shape:getPosition

Edit

Get the position of the Shape relative to its Collider.

x, y, z = Shape:getPosition()

Arguments

None

Returns

NameTypeDescription
xnumber The x offset.
ynumber The y offset.
znumber The z offset.

See also