How do I animate player with model?

I would like to create an animation where a fireball and player interact with each other. Instead of making separate animations for the fireball and player, I want to make into one animation. However, I’m unsure about how to accomplish this. Could you please give me an idea or a way to accomplish it? Any assistance would be greatly appreciated. Thank you!

1 Like

I remember I did some animations once for a weapon I was creating and i had to include it in the animation. So I made it with this simple idea, after all.

This idea I’m going to give you is to make the arm invisible and to create a new visible fake arm to simulate/replace the real one. And include the fake arm in the animation.

This way you will be able to animate the interaction with the fireball using the invisible arm, as the fireball’s handle is gripped to it by default, for being a tool.

Something is something, right? xD

1 Like

Thank you so much for replying. I found another way which is using Motor6D.

Thanks for answering though.

1 Like

I’m so glad that you have found a good solution. Good luck for your game / creations and you’re always welcome.

1 Like

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