So I would want to suggest a center object thingy so you could center the objects to canvas
You could instead make the object’s x to the width of the project/2 and the y will be the project height/2
you can also just use this code to simply place it at the center
Default script:
this.x=project.width/2
this.y=project.height/2