Hey! I’m trying to make a function that sets a Frame to .Visible = true alongside other things on player.CharacterRemoving.
Everything works, except the BlackCover Frame setting to .Visible = true. I added a breakpoint and a print, both works. I’m really confused on why the Frame isn’t visible.
BlackCover zindex is higher than the HomeFrame and the BackgroundTransparency is 0, so the issue shouldn’t be there.
I need more information on the BlackCover itself. It’s less likely it was due to a problem on this part of the code. Possibility that it was set to ResetOnSpawn.
local plrGui = player.PlayerGui
local GUI = plrGui:WaitForChild("STREAM-E Terminal")
local Frame = GUI:WaitForChild("Holder")
local BlackCover = Frame:WaitForChild("BlackCover")