function Apply(time, op) time = math.min(1.0, time) progress = time * 1.001 op.GeoM.Translate(0, -25*progress) op.ColorScale.ScaleAlpha(1 - (progress*2)) return time < .75 end function Loop() return false end