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

Help With Dialog Choice Script?

Asked by
Scootakip 299 Moderation Voter
8 years ago
script.Parent.Dialog.DialogChoiceSelected:connect(function(player,choice)
    print(player.Name)
end)

I know it's possible to get the player's name through a dialog choice, but is it possible to get the player's name through initiating chat?

0
It is exactly the same, I think. TheDeadlyPanther 2460 — 8y
0
Nope, this just activates when a Dialog Choice is selected after initiation of chat. Scootakip 299 — 8y
0
No, I looked at the Dialog wiki page. It has DialogChoiceSelected. TheDeadlyPanther 2460 — 8y

Answer this question