Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Does FilterStringForPlayerAsync Need to be used with .Chatted?

Asked by 8 years ago

I'm trying to use FilterStringForPlayerAsync to filter out players' input for an in-game bio, but I keep getting this error: "ChatService:FilterString called on a client, only works from server."

I'm definitely using it server side, so my only guess is that it has to be used in conjunction with the Chat service. Does anybody know how I can fix this?

0
Can you double check that the error isn't coming from a LocalScript? BlueTaslem 18071 — 8y

1 answer

Log in to vote
0
Answered by
SurVur 86
8 years ago

Well, to answer your title, nope!

I think that it is most likely erring since you are on Play Solo mode in Studio. And since everything is run on the client in Studio, it thinks it's running it on the client.

Simply start a test server or go into regular gameplay mode

Ad

Answer this question