How do I read a Cframe.Rotation value like this
1 Like
What vector you need, you can print a single vector with
print(aaa.CFrame.Rotation.XVector)
print(aaa.CFrame.Rotation.YVector)
print(aaa.CFrame.Rotation.ZVector)
With this your going to get the vector 3by3 matrix.
It will look like this:
You can read more info here.
1 Like
Omg! Tyms! =DDDDDDDDDDDDDDDDDDD
1 Like