achievements.GetGoal
Example
Will print achievement progress and goals for all of your achievements into console
for i = 0, achievements.Count() - 1 do
print( achievements.GetCount( i ) .. " / " .. achievements.GetGoal( i ) )
end
Output: Prints achievement progress and goals for all of your achievements into console.