·roblox-animations
</>

roblox-animations

Use when working with Roblox animation systems including playing, stopping, or blending animations on Humanoid characters or non-Humanoid models, handling AnimationTrack events, replacing default character animations, or debugging animation priority and blending issues.

11Installs·0Trend·@sentinelcore

Installation

$npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-animations

How to Install roblox-animations

Quickly install roblox-animations AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-animations
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sentinelcore/roblox-skills.

SKILL.md

View raw

| Animation | Asset reference — holds AnimationId | | Animator | Lives inside Humanoid or AnimationController; loads and drives tracks | | AnimationController | Replaces Humanoid for non-character rigs | | AnimationTrack | Returned by LoadAnimation; controls playback |

| Local player character | LocalScript | StarterCharacterScripts | | NPC / server-owned model | Script | Inside model or ServerScriptService |

Never play player character animations from a Script — they will not replicate correctly to the local client.

Use when working with Roblox animation systems including playing, stopping, or blending animations on Humanoid characters or non-Humanoid models, handling AnimationTrack events, replacing default character animations, or debugging animation priority and blending issues. Source: sentinelcore/roblox-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-animations
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from sentinelcore/roblox-skills

Quick answers

What is roblox-animations?

Use when working with Roblox animation systems including playing, stopping, or blending animations on Humanoid characters or non-Humanoid models, handling AnimationTrack events, replacing default character animations, or debugging animation priority and blending issues. Source: sentinelcore/roblox-skills.

How do I install roblox-animations?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-animations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/sentinelcore/roblox-skills