I told him on skype to replace this:
if ( sValue == "Level ".. Level ) then
With this:
if ( tonumber(string.sub(sValue, 6)) >= tonumber(Level) ) then
And tried to explain to him what the problem, but he doesn't seem to understand maybe he still in stage where it hard to understand yet.