I want to create a dribbling system exactly like the one shown in this video.
I’ve tried breaking down whats happening and so far, I’ve managed to weld the ball to the player however, I have no idea how to get the ball to move in a recreatable or consisently smooth way whenever the player moves. No idea how to make the ball move to the “idle” state either. I was thinking of in the player who has the balls local script checking if theyre moving, if they are switch the ball to the “dribbling” tweening state. Once they’ve stood still switch to the “idle” state. I have no idea how to execute this in practice though.