I have a particle system, a material and I have 10 different textures to choose from. Is there a way to randomize the texture every 5 seconds for my emitter?
Use the Loop animation 'Looped' pulse to trigger the random value every time it completes a loop. Floor the random value so it outputs a whole number and then put the output from that into an Option Picker to choose the Texture.