Animating 1 object

this might be one of the dumbest questions you will ever see,
im trying to animate an object using moon animator but i can’t export it because it doesn’t have any rig

image

ive seen videos but they have multiple objects but im doing only 1.

1 Like

Try right clicking the KeyframeSequence in AnimSaves and clicking “Export to Roblox”.

1 Like

sorry but where could i find the keyframesequence?

If you saved your animation under Moon Animator, there should be an “AnimSaves” model somewhere within the object you’re animating, which contains the KeyframeSequence objects for each of your animations.

1 Like

image
i found this folder but it only contains the actions i did in the animation.

Parts cannot be exported from moon animator due to roblox not giving it an animator instance.

If you want it to be moved by cframe, you can use resources to play the parts animation in game such as Moon2Cutscene, or Moonlite

Because you can export the part’s animation, you can use the folder with all the actions to move the object by scripting the part to move each frame (the numbers on each cframevalue’s name is the frames order)

You can add an AnimationController and Animator if you do want to use animations for some reason.