Help with raycast

Hello. Is it possible to get the exact position in which a ray hits a surface on?

FindPartOnRay returns 4 values.

local Hit, Position, Normal, Material = workspace:FindPartOnRay(...)

1 Like