Playing KeyframeSeq?

I’m looking to see if there’s any possible way to Play animations through their KeyframeSeq as opposed to uploading each one individually? - I’ve seen several examples however none have worked successfully.

1 Like

You can’t really play KeyframeSequences in Roblox client unless you use some custom system for this.

1 Like

Read the motor6d data and update the joint’s motor6d accordingly.
image

To manage time, reconstruct the keyframe in whatever way, but by detecting the TimeValue,
image
Go from lowest to highest.