How would I recreate this catching system on ROBLOX?

I am trying to recreate a catching system for a sports game I am making. I have already accomplished the throwing mechanic of this system, and some games the only game I have seen able to accomplish something similar to this is HCBBHCBB Catching GIF #1 HCBB Catching #2. But, anyways here’s exactly what i’m trying to recreate. Catching System Video

I have already tried using a touch event + animation based off where the ball came from, but this limits the amount of animation I can do and it really doesn’t work when you add the fact sometimes there will multiple players are trying to catch the ball at the same time.

What should I do?

1 Like

Myself I would forget about keep total track of that ball during a catch. I’d create an animation where they had the ball as part of the animation. Running with the ball would also have the ball as part of the animation. The real ball would delete itself on impact with the catch boxes.

1 Like

By create an animation where they had the ball do you mean animate the ball coming to them?

1 Like

No the moment it hits the one of the two huge invisible hit boxes around their hands. The real ball deletes and a ball is put in their hands.

1 Like

OR you could go a different way all together … Script out a nice tween flying ball to them by pre-making all of it. Then if the throw was on a tested mark it just plays out the scripted catch. Both ways you’re going to have to get a nice scripted throw down.

1 Like

Not bad idea’s but I still want to keep the catches realistic if possible, I’ll see what other people say though and if not I will go with one of these.

All depends on how you put it together. The ball isn’t really there. The player isn’t really catching it.
Every single thing is being faked. You’re just joining in. GL! :v:

1 Like

Thank you. One more question thought, is there any way I can animate the football coming to the player in the animation editor and make it work when its played no matter the angle?

1 Like

I myself don’t see it. Considering you would have different types of passes.
End up being even more of a nightmare. But, then again I’m far from an animation expert.