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…
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