of     1   

Kiba00
#36537491Friday, November 05, 2010 7:02 PM GMT

I have a GUI and everything, except when I have my GUI text box in play or build, anytime you click the text dissapers and you can type anything you want. Can you fix this?
crazypotato4
#36537556Friday, November 05, 2010 7:03 PM GMT

Change it to a TextLabel? Or do you want the text to stay there when you click on it and still be able to type? local txt = script.Parent.Text script.Parent.Changed:connect(function(prop) if prop == "Text" then script.Parent.Text = txt end end) :D
Kiba00
#36537628Friday, November 05, 2010 7:05 PM GMT

I want the text to stay there no matter what. BTW the text disapeers even when you click WITH a tool
crazypotato4
#36537663Friday, November 05, 2010 7:06 PM GMT

Did you try my script?
xeeno90
#36537788Friday, November 05, 2010 7:10 PM GMT

You need a Text Label, not Text Box
Kiba00
#36537833Friday, November 05, 2010 7:11 PM GMT

not yet gonna try rite nao
Elite777
#36537967Friday, November 05, 2010 7:14 PM GMT

TextLabel
Kiba00
#36538059Friday, November 05, 2010 7:17 PM GMT

k
Kiba00
#36538140Friday, November 05, 2010 7:18 PM GMT

w00t thx text label WORKED!!!
xeeno90
#36539897Friday, November 05, 2010 7:58 PM GMT

np

    of     1