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

Dialogs messed up upon FilteringEnabled?

Asked by
davness 376 Moderation Voter
8 years ago

Hello. I have a tycoon where you have to talk with a NPC to own a factory. But, it's not that what I want to talk about. Upon the chance of get exploited, I turned on the FilteringEnabled to do some tests. And... the results are here:

--FilteringEnabled: Works at play mode, fails at servertest - ServerScript and LocalScript either
script.Parent.Head.Dialog.DialogChoiceSelected:connect(function(p,c)
    print(p.Name,c.Name)
end)

And even the dialog choices aren't shown to other players (without any script), just to the player who is chatting. How to solve that?

0
You know, FilteringEnabled does modify Client to Server interaction. I wonder if ROBLOX never prepared the dialogue chats for FilteringEnabled compatibility. In which case you would need to make a custom on. M39a9am3R 3210 — 8y
0
ik, so i have to make a custom dialog davness 376 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

Is that run from a ServerScript or a LocalScript?

Ad

Answer this question