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

Hiding a Dialog over a NPC's head?

Asked by 10 years ago

Hi guys, simple question for you all. Is there a way for hiding a dialog over an NPC's head. I want it so that the dialog hides when the NPC's "automated chat" goes into place (where they just talk and completely blank you until they're done. I've already got the automatic chat system set up.)

Any help is appreciated, thanks!

0
So you want a dialog object in the NPC to disappear while the NPC randomly talks? Redbullusa 1580 — 10y
0
Yes, I want the dialog HUD over the player to disappear. @Red Spongocardo 1991 — 10y
0
What exactly is the "automated chat"? I really don't understand the question. BlackJPI 2658 — 10y
0
It's just a little system I made which uses a BillboardGUI to show text from a series of strings in a table. I just want to know if I can hide a Dialog object in the Head of the NPC. Spongocardo 1991 — 10y
0
You could either set the parent of it to a non-BasePart object such as a Model, or you can set the 'InUse' button to true. Redbullusa 1580 — 10y

1 answer

Log in to vote
-3
Answered by 10 years ago

If you don't want the dialogue bubble above their head. You can go and make a brick around them. And OnTouch() show a gui that is in the players already.

Ad

Answer this question