manage_physics
Manage Roblox physics: anchor or unanchor objects, set collisions, weld parts, adjust mass and physical properties, create constraints, and manage collision groups.
Instructions
Physics helpers. Actions: anchor / unanchor, set_collide, weld, get_mass, set_physical_properties, create_constraint, register_group, set_collidable, get_groups (PhysicsService collision groups).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| group | No | Collision group name | |
| action | Yes | ||
| groupA | No | ||
| groupB | No | ||
| density | No | ||
| friction | No | ||
| otherPath | No | ||
| canCollide | No | ||
| collidable | No | ||
| elasticity | No | ||
| properties | No | ||
| constraintType | No |