Look into these posts:
They show how to solve your problem
function Round(x, mult) return math.floor((x / mult) + 0.5) * mult end
– made by sleitnick in the second link I provided
Look into these posts:
They show how to solve your problem
function Round(x, mult) return math.floor((x / mult) + 0.5) * mult end
– made by sleitnick in the second link I provided