I have a really long table of CFrame values with rotation and I want to save them so that I can access them later even when I exit.
I know that I can save each value as a CFrameValue (object) but that would take up a TON of memory.
How could I save this table of CFrame values without taking up a large amount of memory? |