So you must know that there is a BrickColorValue in the Advanced Objects. I am using this to change the color of the part the Tycoon Dropper is dropping. I wanted to do that same with the material but would the BrickColorValue work for that also in someway? If not what could I do? Thanks!
No. Material property is not like BrickColor, but you can use a string value. So you must to use a StringValue object and type the correct material name (ex: "Cobblestone")