Hello i have a GUI element which chooses material of the object but how can make it move smoothly instead of appearing?
Depends what you mean by "transition". If you mean fade in and out then make a function that makes the loops that make the text a little more transparent until the text transparency is = to 1, then change the text. After that call a function that makes the text fade in which uses loops again to slowly make it fade in.