Playing Multiple Animations at once

So I’m trying to make a basketball game jumpshot system and I want players to be able to customise different bases to the jumpshot with different releases. I already started on making the system but when I try to play both animations at the same time the ball in the release animation glitches.

Base Animation:
Shooting - Roblox Studio (gyazo.com)

Release Animation:
Shooting - Roblox Studio - Gyazo

When I try to play them together:
Shooting - Roblox Studio (gyazo.com)

As you can see the ball glitches through the hand and I don’t want that I know I could just put them into one animation but I want to bases and releases to be interchangeable. In my code all I do is play the animations at the same time with a 0.25 Fade time.

I’m not an animation expert, but if I were to guess, since the ball is animated in the release animation. When the release animation stops, the ball also stops, so it will go to its origin

ye I figured something like that was the problem so i just welded the ball to the hand of the character and it looks fine now.

1 Like