Hello, I’m quite new to animation-related things and I was wondering how I can get an animation that I’ve made in Moon Animator 2 and make it play once you join the game. If this is possible, I also want to make it go back to the player’s POV after the animation has ended. I’ve tried to look for solutions, but most of them or old or don’t relate to my topic. I also have very little knowledge on scripting/coding, so if you are able to provide examples, then that’ll be appreciated.
Here’s the animation that I’m trying to implement:
2 Likes
I have no Moon Animator, but you should find a way to publish the Animations to Roblox, and then get the ID of the Animation, and finally use a script to play the Animation/s
3 Likes
–assuming you that a little scripting knowledge:
What you want to do is make it so that when a player joins the game you wait for them to load in, and then you call the anim (animation). I believe after that the anim should automatically stop since you are only calling it once.
In theory if you were to script this it would run the anim when a player joins the game whether they have played before or not.
Hope this helps.
4 Likes
But how to export the Animation from Moonanimator, when also having multible items?
1 Like