I recently made a post (very recently) but now I want to snap it to a grid but it just makes half of the object out of the wall (and I want part A in the middle X of part B)
It snaps really well for me, I also have walls and stuff. My build items are only the same size, thickness and stuff. For models i don’t really care about placements. From your image it seems like the item you try to build has a different size, is that intentional?
Oh if thats the only problem then just multiply the end cframe that you are setting it to times CFrame.new(0, part.SIze.X / 2, 0) – (you will definitely have to adjust the axes here)