Got the solution. It was so stupid.
lets see the issue first if anybody missed it.
Using get control rotation we get the position of our camera.
So viewing from top view was slowing down left/right movement of ball.
Why?
Because Get control rotation was feeding some some roll and pitch value with yaw.
For right/left move we only need to know Yaw. So this solved my problem
Hope this helps somebody!
As a beginner
I was looking for solution since 2-3 days and didn’t realize the solution was in front of me whole time