texture.Find!? - Global game Jam help

Is there a way to find a texture?

I have a script set up with Textures assigned as variables, however, through a process, that script component is removed and at some point, added again, losing its assigns for Texture variables. Is there a way to use ‘.find’ for texture?

why cant you just assign the texture to the variable in the start function so everytime the script is run the texture is loaded into that variable?