Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Textbox on surfacegui not being editable??

Asked by 4 years ago

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

0
Check the "TextBox" again. You can know is it a TextBox or not by looking at ClassName property. Block_manvn 395 — 4y
0
it is a textbox OfficalRobloxWeb 12 — 4y

1 answer

Log in to vote
0
Answered by
ScuffedAI 435 Moderation Voter
4 years ago
Edited 4 years ago

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

Ad

Answer this question