I want to use animations in game with moon animator

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    use animations with scripts to just test for fun

  2. What is the issue? Include screenshots / videos if possible!
    idk how i searched for many tutorials

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    i see stuff like import export i have exported the animation but i have no idea what to do

this is also my first time using moon animator

2 Likes
  1. You use moon animator or the Roblox animation and then create an animation.
  2. after the animation is done make sure to save it and then copy the animation id
  3. go into workspace and insert an “animation” and then under the properties of the animation set the animation id to the previously copied id
  4. then call the animation in a script by using Animation:Play()
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.