manage_tween
Create, play, pause, or cancel tweens to animate properties of instances in Roblox Studio.
Instructions
[PRO] Tween service: create, play, pause, cancel tweens for smooth animations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | [PRO] Tween action. create: create a new tween with target properties. play: play a created tween. pause: pause a running tween. cancel: cancel a tween. | |
| 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. | |
| path | No | Instance path to tween. Used by: create (required). | |
| tweenInfo | No | Tween configuration. Used by: create. | |
| properties | No | Target property values to tween to. Used by: create. Supports Vector3, Color3, numbers, etc. | |
| tweenId | No | Tween identifier returned by create. Used by: play, pause, cancel. |