#How do I make a text label appear on the screen when I first enter. for about 10 seconds
8 messages · Page 1 of 1 (latest)
@latent gulch lmk if you want me to write it for you
localscript inside textlabel, set visible to false
local Text = script.Parent
task.wait(10)
Text.Visible = true
that worked🙏 thanks a lot
wasted to much time on ai giving me the wrong codes and youtube videos that did not work