I tried using this really simple script, but didn't work
wait (5) screen:destroy ()
pls don't laugh i never learned scripting
Destroy means it will never come back on it will permanently be deleted try using visible
local screen = script.Parent.ScreenGui.TextLabel -- Define it as the location of your screen gui textlabel wait(5) screen.Visible = false
It's also ok that you don't know to script it takes a bit to learn :)
I'd recommend watching AlvinBlox so that you can learn to script