#UI isn't updating or String is empty

1 messages · Page 1 of 1 (latest)

stiff ivy
#

My screenshots say everything, a text should appear in Typer like effect but its just blank, im new for luau came here from godot

obtuse mauve
#

that last if statement only checks once

stiff ivy
#

tried but didn't work

#

lemme try again

obtuse mauve
#

and i don't think you need to check if the player is nil

#

also, labels have a property named MaxVisibleGraphemes, if you want to make the text gradually appear you should try using that

stiff ivy
#

it doesn't change much of thing cuz the label is still blank

#

oh

obtuse mauve
stiff ivy
#

i setted break point on line 7 and it didn't reach

#

i think it's an Engine Bug

#

break point is firing on line 11 but does not on line 12

#

wtf

open cliff
#

try doing the playeradded on the server

#

then fire an event to the client to show the text

obtuse mauve
obtuse mauve
#

that won't work

#

because the event fires before you load

obtuse mauve
stiff ivy
#

i found out

#

but it fires after you connect