At the top :
[Range(10, 100)] public int gap = 10; private int oldGapValue = 0;
And in Update :
private void Update() {