Roblox Set Physics
roblox_set_physicsAnchor or unanchor a BasePart to disable or enable physics, and optionally set initial linear and angular velocity.
Instructions
Enable or disable physics on a BasePart by setting Anchored and optionally applying velocity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full instance path of the BasePart. | |
| anchored | Yes | True to anchor (disable physics), false to unanchor (enable physics). | |
| velocity | No | Initial AssemblyLinearVelocity when unanchoring. | |
| angularVelocity | No | Initial AssemblyAngularVelocity. | |
| waitForResponseMs | No | Command timeout. |