|
| 24 Aug 2014 05:25 PM |
| Just wondering .. (and possibly looking for hints on how I could do it) |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2014 05:34 PM |
To prevent inappropriate text, public surface GUIs don't allow text boxes.
Put the GUI in StarterGui, and set its adornee to the brick.
You will need to make the transition to local scripts, however. |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2014 05:36 PM |
| Ugh, is there no easy way to do this. i.e taking keyboard input and adding it to the textbox? |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2014 09:23 PM |
Taking keyboard input and adding it to the textbox is easy. But it would be easier to just make the GUI local.
AND if you want ALL players to see it, make a syncronization system to update it for all other local GUIs in other players. This would be more complicated and buggy than just taking keyboard input.
But if you don't need everyone to see the same thing, make the GUI local. It is much easier. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2014 04:17 PM |
| Thanks for the information |
|
|
| Report Abuse |
|
|