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?
Set the InUse property of the Dialog to true, like this:
game.Workspace.TestChar.Head.Dialog.InUse = true