Textboxes broken for SurfaceGuis

If you have a place with a SurfaceGui containing a TextBox, it does not seem possible at all to type input into the textbox. The CaptureFocus() method does clear the text for textboxes allowing that, but you will be unable to type anything in.

Example gif of hardships http://imgur.com/YJBEkVz

Parent the SurfaceGui to PlayerGui and Adornee it to workspace.ChatControls.Window

Did try. No luck.

Are you sure? I use SurfaceGui’s for my latest game and don’t have any issues. Have you checked for Z-Index of everything as well as trying different angles (surfacegui’s don’t work at certain camera angles relative to the SurfaceGui Adornee for some reason)

1 Like

Now this is weird. I had it parented to StarterPlayerScripts before, and moved it to PlayerGui while playing in studio. Though now that I placed it into PlayerGui from the start, it seems to work. :stuck_out_tongue:

Wew

Input is disabled on textboxes under Workspace. This is by design.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.