I have basic understanding of CFrames and the variables that get passed through them. I want to adjust a CFrame X position variable while keeping all the other positions and angles the same.
I’m aware I can access the CFrame by CFrame.X and do CFrame.X+10 but then I can’t keep the rest of the positions and angles. Should I parse the entire CFrame and reconstruct it? or is there a better way to edit a CFrame variable? Any help would be appreciated.
Edit: I have looked at similar posts, but as far as I can see they did not cover this specific topic, it was more on angles.