I'm trying to get the normal of a rock terrain and spawn something on it. Is that possible?
Nvm.. found it. For anyone who is curious about this:
local ray = Ray.new(origine, direction) local part, pos, normal = workspace:FindPartOnRay(ray, part, false, false)