Hello, I am creating a dodge script that makes the character dodge based on the Camera. I currently have everything all set except for the forward and backward dodge.
My right dodge utilizes CFrame.XVector
and my left dodge utilizes its negative.
How do I get the forward version of the XVector from my camera? If I utilize LookVector, the dash will go forward based on the camera whereas I want it to only do a flat version of it.