How to make an if functions sign become equal to or greater than but less than…

So the statement will look like this
Upgrades = script.Parent

if Upgrades.Value (is greater than or equal to 10 but less than 20) then…

You mean like this:

if Upgrades.Value >= 10 and Upgrades.Value < 20 then