(SOLVED) What is the equivalent of io.read() for LuaU in roblox (player input)

Pretty straightforward, I’d like to know a script that accepts player input (be either number or whatever)

Like, imagine you’re making a menu and you have to input a number to proceed to the next section, and the player has to type the number. What tool do I have in studio to do so?

You can use a TextBox to let the player write inside it or you can use UserInputService to detect whenever the player presses any button and then check what he pressed

1 Like
1 Like