Shape:getPosition
EditGet the position of the Shape relative to its Collider.
x, y, z = Shape:getPosition()
Arguments
None
Returns
Name | Type | Description |
x | number | The x offset. |
y | number | The y offset. |
z | number | The z offset. |
See also
Shape:getOrientation
Shape:setOrientation
Shape:setPosition
Shape