Keyboard stuck on mobile bug

BottomFrame.Create.SDN.TextBox.Changed:Connect(function()
	BottomFrame.Create.SDN.TextBox.Text = BottomFrame.Create.SDN.TextBox.Text:sub(1,30)
end)

This script is to cut the text inside of the textbox to 30 letters max. But for some reason it keeps my keyboard stuck on the screen 100% of the time.

After I click the keyboard and type any letters in it, it will crash the keyboard and after closing roblox the keyboard will still be open.

here is an example:

it will take few seconds to eventually close up.

FYI. I’m using Samsung S21 Ultra.

The repro step is simple.

Screenshot_1

Create this hiearchy

Screenshot_2

Add this 3 lines of code and you are pretty much done.

Keyboard glitch.rbxm (3.9 KB)
You can grab this model and place it in startergui.

As you can see in this video I have 2 textbox, the first textbox does not contain the 3 lines of code and the 2nd does.

Note
This isn’t reproducible on IOS.

1 Like

We were able to reproduce your issue. We’ve filed a ticket to our internal database, and we’ll follow up when we have an update!

Thanks for flagging!

1 Like