if anyone has used peter answers you know what i'm talking about (if you haven't, you can google it.) but how would you record your key pushes without displaying them until they press enter?? i think you could do it by broadcasting every push and having like twenty scripts with a costume of every letter and having those be hidden, but that would be very complicated and probably laggy. thx!!
Offline
I know Peter Answers. It’s the best.
You could use lists. It’s going to be a long script, because you need 26 “if” blocks. Here’s how it will go:
[if <key [a] pressed?>]
[ ][add [a] to [list]
[__________________]
Offline