local Black = game.Players.LocalPlayer.PlayerGui.(whatever the name of the gui is)
function whateveryouwanttheplayertodotoactivateit()
Black.BackgroundTransparency = 0.1
wait(0.1)
Black.BackgroundTransparency = 0.2
wait(0.1)
Black.BackgroundTransparency = 0.3
wait(0.1)
Black.BackgroundTransparency = 0.4
wait(0.1)
Black.BackgroundTransparency = 0.5
wait(0.1)
Black.BackgroundTransparency = 0.6
wait(0.1)
Black.BackgroundTransparency = 0.7
wait(0.1)
Black.BackgroundTransparency = 0.8
wait(0.1)
Black.BackgroundTransparency = 0.9
wait(0.1)
Black.BackgroundTransparency = 1
end
whateveryouwanttoclick/touch:clickorhit:connect(whateveryouwanttheplayertodotoactivateit |