of     1   

Mechyyz
#180925122Saturday, January 02, 2016 7:22 PM GMT

I need a script, so when someone press start, it slowly vanish
killaman333
#180928588Saturday, January 02, 2016 8:08 PM GMT

use the transparency property but if you want the script we need to know how to gui is built Don't look at me like that.
Deus_Nihil
#180928925Saturday, January 02, 2016 8:13 PM GMT

--create a clicked function as a bool value, when its true [you only need to click it once] it will make the gui slowly fade. while clicked do wait() gui.Transparency = gui.Transparency - 0.1 end

    of     1