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

How do I make a dialog activate on itself?

Asked by 8 years ago

I've made a shopping character, and he's supposed to walk infront of you, and start talking by himself using dialog. I've found nothing on the ROBLOX wiki, any idea of how to do it?

1 answer

Log in to vote
0
Answered by 8 years ago

Set the InUse property of the Dialog to true, like this:

game.Workspace.TestChar.Head.Dialog.InUse = true
0
I've already tried that, it doesn't work. konlon15 32 — 8y
Ad

Answer this question