So I have been trying to make a wall sneak ability for my game. I ran into this problem where I can not get the corner of the part.
I have tried a couple of different solutions on the developer forum but they are just sending me to the middle of nowhere. This is the code that I tried : local corner = GoTo.CFrame * CFrame.new(GoTo.Size.x/2, GoTo.Size.y/2, GoTo.Size.z/2)