roblox-animations とは?
Humanoid キャラクターまたは非 Humanoid モデルでのアニメーションの再生、停止、ブレンド、AnimationTrack イベントの処理、デフォルトのキャラクター アニメーションの置き換え、アニメーションの優先順位とブレンドの問題のデバッグなど、Roblox アニメーション システムを操作するときに使用します。 ソース: sentinelcore/roblox-skills。
Humanoid キャラクターまたは非 Humanoid モデルでのアニメーションの再生、停止、ブレンド、AnimationTrack イベントの処理、デフォルトのキャラクター アニメーションの置き換え、アニメーションの優先順位とブレンドの問題のデバッグなど、Roblox アニメーション システムを操作するときに使用します。
コマンドラインで roblox-animations AI スキルを開発環境にすばやくインストール
ソース: sentinelcore/roblox-skills。
| 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.
Humanoid キャラクターまたは非 Humanoid モデルでのアニメーションの再生、停止、ブレンド、AnimationTrack イベントの処理、デフォルトのキャラクター アニメーションの置き換え、アニメーションの優先順位とブレンドの問題のデバッグなど、Roblox アニメーション システムを操作するときに使用します。 ソース: sentinelcore/roblox-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-animationsHumanoid キャラクターまたは非 Humanoid モデルでのアニメーションの再生、停止、ブレンド、AnimationTrack イベントの処理、デフォルトのキャラクター アニメーションの置き換え、アニメーションの優先順位とブレンドの問題のデバッグなど、Roblox アニメーション システムを操作するときに使用します。 ソース: sentinelcore/roblox-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-animations インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/sentinelcore/roblox-skills