Hi I’m encountering an issue. Whenever I’m trying to make the canvas in the middle of my screen, all the RigidBody’s move slightly and messes up the hitboxes. I’ve tried using :CreateCanvas() but to no avail.
Tried Engine:CreateCanvas(Interface.Main.AbsolutePosition, Interface.Main.AbsoluteSize, Interface.Main) and Engine.canvas.frame = Interface.Main
Centered + Code preview
Non centered
Main frame / Canvas
Centering the main frame/canvas via offset or scale causes this issue, any help or feedback would be amazing!