| 12345678910111213 |
- return {
- summary = 'Enable or disable the Shape.',
- description = 'Enable or disable the Shape.',
- arguments = {
- {
- name = 'enabled',
- type = 'boolean',
- description = 'Whether the Shape should be enabled.'
- }
- },
- returns = {},
- notes = 'Disabled shapes won\'t collide with anything.'
- }
|