Hello. I’m making something and I need to figure out a way to flip a CFrame. You know, like if you were to print() a CFrame.new of value (1,1,1,1,1,1,1), you would get 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0? Well by reversing, we should now get this: -1, -1, -1, 0, 0, -1, -1, 0, 0, 0, -1, 0.
How can I do this?
there is a function called CFrame:Inverse()
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.