Basically, mobile players on my game can’t use textboxes, any idea why? Only script that uses it (if this is relevant) is to detect it when it changes.
This was fixed by doing textbox.Active = true
whenever the GUI became visible ← for anyone with that issue now.
1 Like