roblox-animations이란?
휴머노이드 캐릭터 또는 비휴머노이드 모델의 애니메이션 재생, 중지 또는 블렌딩, AnimationTrack 이벤트 처리, 기본 캐릭터 애니메이션 교체, 애니메이션 우선 순위 및 블렌딩 문제 디버깅 등 Roblox 애니메이션 시스템 작업 시 사용합니다. 출처: sentinelcore/roblox-skills.
휴머노이드 캐릭터 또는 비휴머노이드 모델의 애니메이션 재생, 중지 또는 블렌딩, 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.
휴머노이드 캐릭터 또는 비휴머노이드 모델의 애니메이션 재생, 중지 또는 블렌딩, AnimationTrack 이벤트 처리, 기본 캐릭터 애니메이션 교체, 애니메이션 우선 순위 및 블렌딩 문제 디버깅 등 Roblox 애니메이션 시스템 작업 시 사용합니다. 출처: sentinelcore/roblox-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-animations휴머노이드 캐릭터 또는 비휴머노이드 모델의 애니메이션 재생, 중지 또는 블렌딩, 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