soo i tried to make a raycast between two object and print something if there object between two of them but it’s keep printing nil and i don’t know how to really fix that i follow some of the tutorials on devforum but it’s still keep printing nil
i’m sure this issue it’s simple and not that hard but i can’t figure out
local a = workspace.a
local b = workspace.b
local diraction = a.Position - b.Position
local raycast = workspace:Raycast(a.Position, diraction)
print(raycast) --> nil