I'm making a plugin that you can add a data store for a leaderboard or object and I need help with the name part. I want the user using the plugin to click a button and start typing their keyboard and the text of the TextButton will change to what the user typed. Sorry for none of my code because I deleted it to find another way but I still want help. Please? Is there anyone who can help me here?
Edit: I love TextBoxes. They were the answer to this question the whole time.
I found the answer to this, and that is to use the UserInputService.InputBegan
to use an if statement to see if they are pressing the key.