Problem with textsprites and setting pls help

for my new game realm of legdends I ran into this

how do I fix “undentifeid”

1 Like

can you send a link please

1 Like

That means the text has been set to an undefined value. Can you post your code?

1 Like

Sorry I forgot about teh libk

1 Like

Sry I couldn’t do sooner

1 Like

@Rubberducky271 in this part of your code:

It looks like you’re reading settings without checking to make sure they exist first. You should always check the “setting with name ____ exists” block before reading a setting or else it might return undefined.

1 Like

fiddlestick I am now sticking to copy paste thanks!

1 Like