#Really easy fade in fade out gui

1 messages · Page 1 of 1 (latest)

placid bobcat
#

it fades in but never fades out

#

local fade = script.Parent.Fade
wait(1)

local function FadeIn()
while true do
wait()
fade.Transparency += 0.01
end
end

local function FadeOut()
while true do
wait()
fade.Transparency -= 0.01
end
end

if fade.Transparency == 1 then
FadeIn()
end

if fade.Transparency == 0 then
wait()
FadeOut()
end

summer skiff
#

if fade.Transparency == 1 then you fade in?

#

just reverse fadein and fadeout

#

switch the linez

glossy mulch
#

this is horrid to look at

summer skiff
#

he wants to do that

agile lodge
#

💀

short minnowBOT
#

studio** You are now Level 1! **studio

obtuse wagon
#

this is burning my eyes