Not sure how to set up a raycast that points directly down (on the Y axis) from an object. Basically I’m trying to Raycast straight down from my player model so I can move the character to that position. I know that seems useless but its actually something I need to figure out.
I also need to calculate distance between my player and another object, but I think I can figure that one out (At least I hope!)