CFrames

What is a CFrames?

CFrames is a format used to store all defined frames in the project.

Structure

Size Type Name Description
4 UInt32 Frame Count The amount of frames in the project
... UInt32[] Frame Offsets An array of offsets to each frame, the length is equal to Frame Count
4 UInt32 End of Frames Offset An offset that points to the end of the frame data
... CFrame[] Frames An array of frames, the length is equal to Frame Count