Quoted from ROBLOX Developer Hub:
“Creates a CFrame from position (x, y, z) with an orientation specified by the rotation matrix [[R00 R01 R02] [R10 R11 R12] [R20 R21 R22]]”
So I get the first x,y,z, that’s just the vector3 position, but the other 9 I don’t understand. I’m fairly sure R is just an abbreviation for Rotation, but I can’t be sure.
Anyway, how can rotation have 9 values? Can someone explain what this matrix’s contents actually mean?