How do I Export Camera Animations in Moon Animation Suite?

I am currently working on a project that relies heavily on scripted camera movement. I finished the animations needed, but I am unsure how to export and use it. Usually when you export an animation from Moon Suite, you will get a KeyframeSequence to save to Roblox as an animation. The camera is exported as a folder with a bunch of CFrame values in it. Is there any way to export it into a KeyframeSequence or something to simply apply to the camera, or do I have to list each and every CFrame value into a script and animate it manually from code? Thanks.

3 Likes

Mostly, me exporting animations FROM moon animation doesnt let them use it, so there is idea.
Import Animation from Suite to basic roblox animation
but first* Add camera, And look if its gonna work or not.

1 Like

Alright nevermind, I found my own workaround. I just animated a part in the same motion I would animate the camera in the cutscenes. Then I scripted the camera to keep itself in the same position as the animated part during the cutscene.

2 Likes