I’m making a saving system for models and I cant figure out how to get the CFrame of parts inside it to save I’m using {CFrame:GetComponents()} and CFrame.new(unpack()) like every post suggested but I cant get it to work I keep getting an error every time it attempts to desterilise.
{CFrame:GetComponents()}--Serialize
CFrame.new(unpack())--Deserialize and gets error invalid argument #1 to 'unpack' (table expected, got string)
I’ve tried using a combination of rotation and position but that results in the models being disfigured I think the above method would be better because everyone is saying to use it
it says “Model” I don’t know if that’s wrong or not but i know that nothing else is going to the wrong value as this is the only element of the system not working.