The Page library allows RBXMod to save information to persistant storage. Pages are like arrays of structures in C. They have a defined maximum size (although can be resized), and the values stored in it are tables with a specific structure. The Page library handles the creation of these page objects.