Could i clone a pages instance?

so the pages instance has a :Clone() function, but it doesn’t seem to work. i’m trying to cache an ordered datastore result to get around the limits, but it returns nil.

If you need to cache a DataStorePages instance consider iterating over it and storing its entries/items within some external table value.

honestly i think my game concept here just wont work without some sort of external database, ty for the reply though.