Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make parts join / snap with stamper tool?

Asked by 6 years ago

Basically, I have a build gui, and it works good and well. But I've noticed parts don't snap together at the sides, so if possible how would I do this?

Code for Stamper:

round = function(num)
    return math.floor((num + factor / 2) / factor) * factor
end

Answer this question