[Solved] Move BG sprite on the Camera Center

How can I Move BG sprite on the Camera Center?

Can you rephrase that?

Actually, after an hour I fixed it! So for anyone wondering this is how:
Center camera on Player (layer: , camera:)

Change the X position of BG: set to Player.X() - [Pixel of the Center Width of the BG sprite]
Change the Y position of BG: set to Player.Y() - [Pixel of the Center Height of the BG sprite]