How can I script a cutscene with an animated part?

Hi DevForum,

The title is decently self explanatory, but I want to script a cutscene with an animated part(s) from moon animator or just animation editor, how would I go about doing it?

1 Like

Well, you could just have sequence of events where you play certain animations at certain times. I’m not very familiar with Moon Animator, but I know you can only animate humanoids with the default animator. I’m not too sure what other else you are looking for.

If you want to animate a part, you can use TweenService and play the tween during the cutscene. I am not familiar with animations though.