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

Are you able to make models talk?

Asked by 4 years ago

U know those conversations that a player has with an npc

0
You are able to make them talk. I just dont know how becuase I cant script anything. iVmk3 -143 — 4y
0
I got ya awnser Nootian 184 — 4y

2 answers

Log in to vote
0
Answered by 4 years ago

Yes, you are able to make models talk. Simply add a dialog object to the part you want to be the one talking (usually the head part in npc's), and set the properties. This is the opening dialog. Then, create a dialog tree with DialogChoice objects so your players can communicate with the npc. If you have multiple DialogChoices on the same level, they will come up as different options for the player to respond with.

Visit https://developer.roblox.com/en-us/articles/Usage-of-dialogs for more details on how dialog boxes work.

PS. You can also create custom dialog guis, but they are more complicated and are usually only used for special uses.

Ad
Log in to vote
0
Answered by 4 years ago

Put a dialog box into the model at the top of it, you might need to add a humanoid into it since I haven't tested this in a very long time. Then put dialog responses into there and fill out the boxes provided via Properties.

0
u dont need to add a humanoid. You can add dialog objects to any part. sergeant_ranger 184 — 4y

Answer this question