|
| 08 Sep 2016 05:54 PM |
I want to do it by myself, but I need a little help
Say players type something in a textbox, I want it so that it shows what they type, in another gui.
How should I go upon doing this.
I don't even care hummie |
|
|
| Report Abuse |
|
|
vexieh
|
  |
| Joined: 22 Oct 2009 |
| Total Posts: 3468 |
|
|
| 08 Sep 2016 05:57 PM |
How are you wanting to display the text the player has typed? Like just in another TextBox or in a ScrollingFrame?
|
|
|
| Report Abuse |
|
|
|
| 08 Sep 2016 05:59 PM |
ScrollingFrame most likely
Cookiez |
|
|
| Report Abuse |
|
|
|
| 08 Sep 2016 06:03 PM |
I believe its: game.Players.LocalPlayer.Chatted:connect(function(message) --the variable message is what he typed.
end)
|
|
|
| Report Abuse |
|
|