manage_physics
Control physics collision groups in Roblox Studio: register new groups, set collision rules between groups, and list all registered groups.
Instructions
[PRO] Physics collision groups: register, set collidable between groups, list groups.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | [PRO] Physics action. register_group: register a new collision group with PhysicsService. set_collidable: set whether two groups can collide. get_groups: list all registered collision groups. | |
| groupName | No | Collision group name. Used by: register_group (required). | |
| group1 | No | First collision group name. Used by: set_collidable (required). | |
| group2 | No | Second collision group name. Used by: set_collidable (required). | |
| collidable | No | Whether the two groups can collide. Used by: set_collidable (required). |