This is a basic custom animation player, which wraps around ffrostfall’s crunchyroll to play animations from KeyframeSequences
.
It works with any rig format you give it (R6, R15, custom) and this repository comes with the R6 rig.
To actually move the limbs using the API, you can pass an array of Motor6Ds
for this module to manipulate. If you don’t want to use Motor6Ds, you can just use the result world CFrames at any time via player.LimbCFrames
Use cases for this include finer control over animations and lag compensation.
Documentation: Basic Crunchyroll Anim Player
Installation
Wally
basiccrunchyrollanimplayer = "steelprojectsrbx/basiccrunchyrollanimplayer@0.1.2"
Roblox Studio
Head over to the latest release and download the build.rbxm
file.