I have modeled, and animated wings inside of blender. I then loaded that animation into Roblox, and saved it as “Flying”.
Now I have used a script to take off a person’s previous back accessories, and Motor6D Weld my wings there instead.
This is all using the model Roblox sets up when you put something animated from blender into Studio.
This is my first time doing something of the sort, as you can see on the right I have 3 animation objects inside the model.
Flying = “Animation”
WingsAnimation = “AnimationController”
Animator = “Animator”
I know an AnimationController is used when what you’re animating isn’t a humanoid. However I’m getting confused on how I should script this to run the animation.
If you could lead me into the right direction to get the wings animation playing while they are also equipped I would appreciate it a ton. Some clarity would be very helpful!