console input
Is there a way to take what a user has put in the console and save it as a variable? Something similar to io.read?
Is there a way to take what a user has put in the console and save it as a variable? Something similar to io.read?
It is not possible .
Only by reading the keyboard in the program you can retrieve what keys were pressed.