i think i see what you're trying to accomplish - you want to add some randomness into your time function so that it doesnt just go up linearly? if so then i dont think there's any way of doing that with a texture. time is just a single value and a texture is a 2d map of values. try combining other types of inputs with your…