Weird text input bug

so im over here experimenting with text input and trying to make a text input where you say your name and it stores it on a variable, I was messing around with Hamzah_Al_Ani’s text project on the post How do I make Text change after I type something in a Text input but then I had another frame and then this pops up.

So what I’m thinking whats happened is that when its loaded, a temp input thing is displayed for actual Input since the whole things live, and when you unload it (unpause it) it basically deletes that, but when another frame is loaded it doesn’t really use that unload script and stays there until you refresh it. I don’t really know how to fix it so I’m asking you all.

the text input is super buggy. i’d advise not using it if possible.

your best alternative might be to use prompt(). it’s not pretty but it should get the job done in most cases.

alright, thanks