function Apply(time, op) time = math.min(.5, time) op.GeoM.Translate( math.max(0, 50-(50*(1-(1-time*1.5^2)))), 0 ) return time < .5 end function Loop() return false end