On Creating A Furniture Placement System, there is this line:
local axis = (math.abs(dot) == 1) and Vector3.new(-dot, 0, 0) or up
On Creating A Furniture Placement System, there is this line:
local axis = (math.abs(dot) == 1) and Vector3.new(-dot, 0, 0) or up