getpcd
Returns PhysicalConfigData hash and binary data from a TriangleMeshPart.
function getpcd(trianglemeshparttrianglemeshpartInstanceThe Instance that contains the binary mesh physics data.: Instance): (string, string)stringThe 16-byte hash.stringThe PhysicalConfigData binary data.Usage
Read PhysicalConfigData
local hash, data = getpcd(Instance.new("UnionOperation"))
print(hash, data)