How would I make a raycast that goes in all directions?

CFrame.LookVector --Forwards.
-CFrame.LookVector --Backwards.
CFrame.RightVector --Rightwards.
-CFrame.RightVector --Leftwards.
CFrame.UpVector --Upwards.
-CFrame.UpVector --Downwards.
1 Like