muchiha
|
  |
| Joined: 23 May 2013 |
| Total Posts: 13 |
|
|
| 15 May 2014 03:13 AM |
so i have a test box u know right. How do i make this textbox changeble when clicked? like everytime you click it it allows you to change the text on it?
t = Instance.new('TextBox',mymom) t.Text = somehappyfeller.png |
|
|
| Report Abuse |
|
|
muchiha
|
  |
| Joined: 23 May 2013 |
| Total Posts: 13 |
|
| |
|
|
| 15 May 2014 04:27 AM |
| A TextBox automatically does that... |
|
|
| Report Abuse |
|
|
muchiha
|
  |
| Joined: 23 May 2013 |
| Total Posts: 13 |
|
| |
|
muchiha
|
  |
| Joined: 23 May 2013 |
| Total Posts: 13 |
|
|
| 15 May 2014 06:53 AM |
| Does it not work for SurfaceGuis yet? |
|
|
| Report Abuse |
|
|
|
| 15 May 2014 08:28 AM |
Nope, you can't textbox with surface GUIs, you could have a button that sets your focus to an invisible textbox on your screen. Then, every time the textbox text is changed, set the button's text to that.
c(•ᴗ • c ) c( • ᴗ • )ᴐ ( ᴐ • ᴗ•)ᴐ GUEST DANCE |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
| |
|