I am making a game where you can place tiles and the program takes mouse.x and mouse.y to know where to place them. But when the layer scale is lowered to zoom out the tiles are no longer placed where the mouse is clicked at. I've debugged and the coordinates for the mouse are correctly adjusted to the scale for that layer, but when the object is created it acts as if it were made at mouse.absolutex and y.