manage_tween
Animate Roblox instance properties with TweenService. Create, play, pause, resume, or cancel tweens that run live in Studio viewport.
Instructions
Animate properties with TweenService (plays live in the Studio viewport). Actions: create (build a tween without playing; returns tweenId), play (tweenId from create, or path+goal to create-and-play), pause, resume, cancel/stop_all. pause/resume/cancel accept tweenId or affect all tracked tweens. goal/properties map e.g. {"Position": [0,10,0], "Transparency": 0.5}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Property goal map. Alias: properties | |
| path | No | ||
| action | Yes | ||
| tweenId | No | Tween id returned by create; targets one tween for play/pause/resume/cancel | |
| duration | No | ||
| reverses | No | ||
| tweenInfo | No | Alias object for duration/easing fields | |
| properties | No | Alias for goal | |
| easingStyle | No | ||
| repeatCount | No | ||
| easingDirection | No |