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

How could I select the edge of a part?

Asked by 9 years ago
local Mouse = plugin:GetMouse()
Mouse.Button1Down:connect(function()
-- Get edge of mouse.Target
end)

I know that this is possible but could anyone explain in detail how it is possible ?

Answer this question