Sm is the image label. It isn't fading in.
Player = game.Players.LocalPlayer Tb = script.Parent F = script.Parent.Parent.Frame Tl = script.Parent.Parent.TextLabel Song = script.Parent.Parent.Sound debounce = false Sd = script.Parent.Parent.Seadogs Sm = script.Parent.Parent.Stadium Se = script.Parent.Parent.Se Tb.MouseButton1Down:connect(function() debounce = true for i = 0, 1, 0.1 do wait(0.1) Tb.BackgroundTransparency = i Tb.TextTransparency = i end for i = 1, 0, 0.1 do wait(0.1) Tl.TextTransparency = i end for i = 0, 1, 0.1 do wait(0.1) Tl.TextTransparency = i end for i = 1, 0, 0.1 do wait(0.1) Sd.TextTransparency = i end for i = 0, 1, 0.1 do wait(0.1) Sd.TextTransparency = i end Song:Play() for i = 0, 2, 0.1 do wait(0.1) Song.Volume = i end for i = 1, 0, 0.1 do wait(0.1) Sm.TextTranspanrecy = i end for i = 0, 1, 0.1 do wait(0.1) Sm.TextTransparency = i end for i = 1, 0, 0.1 do wait(0.1) Se.ImageTransparency = i end end) Color = F.BackgroundColor