Anyone knows how do i make animations using CFRAMEs?
I have these CFrames and this model but i have never made any animation using the cframes can anyone tell how do i play the animation?
Anyone knows how do i make animations using CFRAMEs?
I have these CFrames and this model but i have never made any animation using the cframes can anyone tell how do i play the animation?
Those CFrames are describing a part inside the model, maybe you could create your own animation player and iterating every cframe to modify the cframe of a specific object with a script (although you need to find some optimization to run the animation at a decent rate).
Assuming that there are frames in your animation, you can make different folders for each frame with their own CFrame values.
i never have worked with CFrame animations so do i just tween the CFRames of each part? from intial to Composited values?
If you want to tween, you need to make more extra CFrames just to fill the empty space. But the other way is just to directly set the CFrame, the result will look a bit “constant”
You need to have a script that reads every CFrame inside of a frame. Then it needs to find the specific part to move on another direction depending on the CFrame name or value. Now repeat this until there are no frames left to be animated.
Too, if you want to tween them, you need to add more CFrames corresponding to some quick lerp transition to another frame, similar to interpolation.
Those CFrames in the InitialPoses folder are just rest pose information, used only when you also import animations you’ve made for the character in another program (Blender, Maya, etc). If you’re going to animate the character in Studio, you do not need that folder of value objects at all, there are no animations in there.