AddForce problem

I am making a game and i want to add “levels” when score is > 10, I want to speed up ball but I don’t know how because ball has no gravity and at the start I use AddForce(ball is bouncing of the walls)…

so basically you can’t let the ball escape the box… By tapping the screen at the right side when the ball is about to get out.

I try to fix problem with adding force again but if I add force again it will just go to right side(if i put force (500, 500); ) then I try to fix it with Time.timeScale and it was successfully but It doesn’t seems right.

Try to use rigidbody.velocity insted. If you want to use only addforce, do you put your force mode? See in Docs for more help about Rigibody.addforce