manage_physics
Register physics collision groups, control whether groups can collide, and list all registered groups in Roblox Studio.
Instructions
[PRO] Physics collision groups: register, set collidable between groups, list groups.
Input 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. | |
| contextId | No | Optional execution context identifier. Used to continue an existing context for mutating actions. | |
| contextSummary | No | Optional structured execution context attached to this tool call. | |
| replayMetadata | No | Optional replay-ready metadata attached to this tool call. | |
| 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). |