I'm getting very confused and I can't figure out a way to script a vector quality customizer. Basically the problem is something similar to this post but on a much larger scale; to the point where it might be a little tedious to clone multiple chairs and move them.
Rounding Of The Positions May Help Example On How To Round Of in Roblox:
local function Round(ObjectToRound) return math.floor(ObjectToRound + 0.5) end