How can i attach a ball to my player hand and make him throw it . basically i want to create a baseball/cricket like game . and i want to use the ball to drive my Ai

Add a socket to your character’s hand where you want to spawn balls from

attach a ball to that socket.

If you have a throwing animation add a notify to the frame which the ball must be thrown from there.

use that animation notify as an event to spawn balls.

destroy that already attached ball before spawning the new ball so it looks like he throws the ball in his hand.

I will tell you more about it later. now I don’t have time :))))