#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)

tired holly
#

have a local script in ur gui that waits for the player to load in, then once the player has loaded in it will trigger a function that will make the text to appear for 10 secs and go away afterwards

strong relic
#

@latent gulch lmk if you want me to write it for you

warm hemlock
#

localscript inside textlabel, set visible to false

local Text = script.Parent

task.wait(10)

Text.Visible = true
latent gulch
#

wasted to much time on ai giving me the wrong codes and youtube videos that did not work

warm hemlock
#

its extremely simple tho…

#

its defines the textlabel which is the parent of the script

#

waits 10 seconds