Snapping Position question

I’m working on making a grid placement system, and for boundaries I know you can do like

plot.Position +/- (plot.Size/2) to get the corners. But for snapping, how would I find the nearest spot on the lets say the ‘plot’ part with like a grid of 2 studs. So it only snaps onto every 2 studs onto that part and would find the nearest spot on that plot.

@EgoMoose made a really good tutorial on grid placement systems. I recommend that you check it out as it has a section with the “lock to grid” functionality that you need. :+1:

Oh thanks! I usually go through that section for cool tips. I’m sad I missed that.