How would I track what a player is typing?
How would I make it display what a player types.
Try to look at this, it may help: Player | Roblox Creator Documentation
1 Like
no, like what they are currently typing
1 Like
try using userinputservice when they are selecting something
1 Like
but is there a way to filter out all the other inputs like clicking etc.?
1 Like
Fire a remote event to the server with the key code pressed. Do an if statement to check if it is a click, if it is a click don’t run the code, if it is a keyboard button then run the code.
1 Like