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

My DialogChoiceSelected script wont work Anyway to fix it?

Asked by 5 years ago

My dialogchoiceselected script wont work. Any ways to fix it?

script.Parent.Dialog.DialogChoiceSelected:connect(function(player,dialog)
    if dialog.Name == "Choice1" then
        print("HIZ")
    end
end)
0
I'm guessing you have this code in a server script? The DialogChoiceSelected event is client-side only Artallous 2 — 5y
0
no it's not User#19524 175 — 5y
0
DialogChoiceSelected does not work in FilteringEnabled. It has been forced 3 months ago, so it won't work at all. You'll need custom dialogs. User#19524 175 — 5y

Answer this question