|
| 08 Sep 2012 10:29 PM |
| How do you print text back to a GUI? This IS NOT a request, even a link to the wiki article would be helpful. Thanks! |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 08 Sep 2012 10:29 PM |
"How do you print text back to a GUI?"
I don't understand what you're asking here. |
|
|
| Report Abuse |
|
|
|
| 08 Sep 2012 10:31 PM |
| For example, if i wanted to make a simple math problem and return the answer to a GUI, how would I? |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 08 Sep 2012 10:32 PM |
You would do...
gui.Text = tostring("5 + 5 equals ".. 5 + 5) |
|
|
| Report Abuse |
|
|