Hey its pretty easy:
u parent the layer to the null and put the expression:
value – (parent.transform.position*0.2)
and change the value “0.2” to whatever. if u want the layer to more than the parent u change the ‘-‘ to a ‘+’
good luck!
value - (parent.transform.position*0.2)