can't make my AI move Smoothy

Hi,

For my training I’m still trying to make a pong game, I want to do some polish now and I can’t make my AI move smoothly, infact it’s teleporting to the Y position of the ball.

That’s the logic I made
My AI is a Pawn BP_Barre2

And that’s how I managed it to follow the ball


Thank You

Your Max Speed and Acceleration values on the floating pawn component of BP_Barre2 are quite high, try to lower them and see how it goes.

Hi,

it’s not making it moving smoothier it’s just making the game more easy cause it’s too slow to catch the ball.

Thanks