Force Roblox Dialog

Hello everyone!
Recently, I’ve been working with roblox dialogs and wondered, is it possible to force player to have dialog or make several lines for dialog to pop up (not just in one big bubble)?

You could probably force the player’s camera to face the talking NPC and then use the Chat service to make the NPC speak, which since their camera is focused on the NPC, they will be forced to see.

I did this without forcing the camera, but it made the NPC speak multiple lines, in a Bubble Chat layout.

Yeah, but I want person to be able to have dialog after a few lines.

If you want to force their answer, just use ChatService on them.