Hi, I’m doing a typing system, with a custom textbox, but if the player is pressing a character like 1, then I want to change the character into a !. How would I do this with script? Do I have to do it manually? Please no…
1 Like
I think its possible if you stored the userinput.keycode and use concatenation to attach the stored keycode with a conditional statement that if the player presses 1. no idea whats the point of ur typing system tho