hello everybody! i’ve been thinking about making a textbox that is smooth on the typing, kind of like monkeytype: here’s an example of monkeytype’s “smooth typing”
compared to what is currently in roblox:
would it be possible to make the smooth typing in a textbox? help is much needed!
Everything is possible in roblox, the thing is you have to create your own textbox.
You can insert a frame that work as an indicator and use Tween service to animate and UserInputService to take the key inputs.
Animating the indicator might be little complicated you have to get the space for each letter then move it.