So there's this textbox in a SurfaceGui. And it has "TextEditable" on true but it still wont work, can anyone help me? https://gyazo.com/8f531087b42c51fb104190b00628f4c4
I've also experienced this issue before. While i can't explain why this happens, i can give you a solution to it.
You need to move your SurfaceGui
to StarterGui
(or any other object which holds guis) and set theadornee
property to the part where SurfaceGui
was previously parented to.
The final result should look something like this