print("^4"..expectedName.." ^0is outdated. Please update it from ^5https://github.com/Andyyy7666/ND_Framework ^0| Current Version: ^1"..verFile.." ^0| New Version: ^2"..resp.." ^0|")
elseiftonumber(verFile)>tonumber(resp)then
print("^1[^4"..expectedName.."^1] WARNING^0")
print("^4"..expectedName.."s ^0version number is higher than we expected. | Current Version: ^3"..verFile.." ^0| Expected Version: ^2"..resp.." ^0|")
else
print("^4"..expectedName.." ^0is up to date | Current Version: ^2"..verFile.." ^0|")
end
else
print("^1[^4"..expectedName.."^1] WARNING^0")
print("You may not have the latest version of ^4"..expectedName.."^0. A newer, improved version may be present at ^5https://github.com/Andyyy7666/ND_Framework^0")