of     1   

Artismz
#221219983Thursday, July 13, 2017 4:55 PM GMT

hm print("hello i am so cool!!!!")
T0XZ
#221220624Thursday, July 13, 2017 5:06 PM GMT

elaborate
wjg999
#221221179Thursday, July 13, 2017 5:15 PM GMT

screengui + black image set to transparent in settings + code that slowly changes the transparency so the screen goes black ?
Alend43
#221221448Thursday, July 13, 2017 5:19 PM GMT

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
SlimeMan22
#221221561Thursday, July 13, 2017 5:21 PM GMT

local stop = game["Run Service"].RenderStepped for i = 0, 1.01, .01 do thingy.BackgroundTransparency = i stop:wait() end NULL > NIL

    of     1