Roblox Set Gravity
roblox_set_gravityAdjust the gravity vector in Roblox Studio workspace. Modify X, Y, Z components to control gravitational force direction and strength.
Instructions
Set the Workspace gravity vector in Roblox Studio. Default is (0, -196.2, 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Gravity X component. | |
| y | No | Gravity Y component. | |
| z | No | Gravity Z component. | |
| waitForResponseMs | No | Command timeout. |