Oops! I mixed my notes... These error messages are from OpenWIG (used by WhereYouGo and other Android players). Anyway, you could try the workaround below...   You'll have to replace this code: function MoveZonesRelativeToCentroid(zcart, newCentroid, oldCentroid) local allZones = zcart:GetAllOfType('Zone') local previousStates = {} for _,zone in ipairs(allZones) do if zone ~= nil then MoveZoneRelativeToCentroid(zone, newCentroid, oldCentroid) end end end with this
    • Helpful
    1