Simple question. I need to get the CFrame orientation in a Vector3. I tried doing this:
local orientation = CFrame.LookVector
but it seemed to point only forward with a very small dent in other directions.
local orientation = Vector3.new(CFrame:ToOrientation( ))
not sure why you would want this tbh