Is there any way to use TextBoxes inside SurfaceGUIs? I know ROBLOX disabled em because of complaints to users putting bad things in them, but is there any way to bypass that, or just use them?
Yeah, the TextBoxes don't work on surface GUIs I know because I had the same problem. So, one thing to do is since the surface GUI is on a brick make it where when the brick is touched the screen GUI pops up on the screen. You can do this by using the Touched Event. It will be more productive. I hope roblox makes it where you can use TextBoxes on surface GUIs. Hope it works!
I think they where never enabled due to the keyboard being local....
You can create a TextBox in a ScreenGui that updates a TextLabel in the workspace when changed It's a weird workaround but hey it works