I was trying to get which surface player clicked for a placement system which is similar to Minecraft Placement system. I am need of better way than my way. I normally do like this
local direct = Player.position - Part.Position if direct >= .. then --up elseif direct <= .. then --down end
But it is not working clear with Mouse.Hit.