of     1   

NewFissy
#63513162Monday, February 27, 2012 12:55 AM GMT

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?
nate890
#63513969Monday, February 27, 2012 1:07 AM GMT

StringValue.Text="CFrames={"..unpack(CFrames).."}" Then later on... CFrames=loadstring(StringValue.Text)() "Bro five! Wear this to let everyone know you think they deserve a high five."

    of     1