Qalus
|
  |
| Joined: 04 Feb 2016 |
| Total Posts: 30 |
|
|
| 06 Jun 2016 11:55 AM |
I'm not getting the chat from Chatted:connect(), I made a TextBox, put in a script that grabs everything typed and entered, puts it in a StringValue in ReplicatedStorage, and it works perfectly fine, so that's that and it works. The issue is for some reason the script that creates the chats, isn't grabbing the StringValue's value, the logic is the chat script grabs the StringValue then puts it in a TextLabel and posts it as a chat, but that doesn't happen, is there any reason why the script can't grab what's in the StringValue?
|
|
|
| Report Abuse |
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 06 Jun 2016 11:56 AM |
you have filteringenabled.
stuff doesn't go from client to server under filteringenabled.
use remoteevents. |
|
|
| Report Abuse |
|
Qalus
|
  |
| Joined: 04 Feb 2016 |
| Total Posts: 30 |
|
|
| 06 Jun 2016 11:58 AM |
No I don't, so should I move the StringValue to another location?
I'm not sure how to use them.
|
|
|
| Report Abuse |
|