Roblox animation: Animator, IK, TweenService, markers is a Roblox Suite skill — Animator, tracks, IK, TweenService, UI tweens, animation markers. It belongs to the Presentation domain. What it covers: Animator-based loading with proper track lifecycle and marker-driven gameplay.. `IKControl` for procedural posing; CurveAnimation vs KeyframeSequence.. `TweenService` for UI and 3D, sequences, chaining, and typewriter effects.. Current-vs-deprecated guidance: Stop: Humanoid:LoadAnimation. Use: Animator:LoadAnimation (with proper track lifecycle and marker-driven gameplay).. The official sources for this skill are taken verbatim from its SKILL.md and point to the Roblox Engine API Reference and related create.roblox.com documentation. The full reference set is available in the references/ directory on GitHub (https://github.com/nonlooped/roblox-suite/tree/main/roblox-animation/references).
Roblox animation: Animator, IK, TweenService, markers
Production-oriented coverage of Roblox's two motion systems: 3D character animation with Animator, AnimationTrack, KeyframeSequence, priorities, markers, and IKControl for procedural posing; and TweenService for UI and 3D property interpolation, sequences, chaining, and typewriter effects. Corrects the deprecated Humanoid:LoadAnimation pattern and covers the Animation Editor workflow, exporting, and performance tradeoffs.
What it covers
- Animator-based loading with proper track lifecycle and marker-driven gameplay.
-
IKControlfor procedural posing; CurveAnimation vs KeyframeSequence. -
TweenServicefor UI and 3D, sequences, chaining, and typewriter effects.
What you stop doing
-
Humanoid:LoadAnimation
Animator:LoadAnimation
with proper track lifecycle and marker-driven gameplay
Key sources
Taken verbatim from this skill's "Official sources" block. The full reference set lives in references/ on GitHub .