So I’m learning how to make a grid placement system with @EgoMoose 's tutorial Creating A Furniture Placement System
I figured that clients can just adjust the grid unit to whatever they prefer and place stuff where they’re not supposed to.
I was wondering if there’s a way to prevent this? I tried changing it manually on the server but they could still change it. I want it so that when you place an object the server would snap the object’s cframe relative to the server’s grid unit so that clients won’t be able to exploit it.