Shape:setEnabled
EditEnable or disable the Shape.
Shape:setEnabled(enabled)
Arguments
Name | Type | Description |
enabled | boolean | Whether the Shape should be enabled. |
Returns
Nothing
Notes
Disabled shapes won't collide with anything.
See also
Shape:isEnabled
Shape