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
1 | local screen = script.Parent.ScreenGui.TextLabel -- Define it as the location of your screen gui textlabel |
2 |
3 | wait( 5 ) |
4 | 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