Issue With Actor Ownership

Can you show an image of the code where you’re doing the overlap detection?

If you add a collision box inside the blueprint editor it should also exist on the server and the overlap event should fire on server and client. You would then execute the logic to stop the ball on the server (so basically you would need to do the overlap detection server-side).