[SCRIPTERS/EXPLORER] Proximity Prompt Chat Dialog

So i’m currently making a game and the default chat dialog button where you click it bugs me, I plan to make everything a proximity prompt including NPC chats, is there any way to do this easily? I have tried putting dialog inside the proximity prompt in explorer and it shows nothing. Could be that i’m just thinking about it wrong.

If you could share some scripts or an example of how i’d do it that would be amazing, thanks :slight_smile:

I don’t understand what you’re saying. You mean that you cannot access the dialog when the same part has a ProximityPrompt?
Usually ProximityPrompts are put in the HumanoidRootPart, and Dialogs into the Head of the character.

You see what i’m trying to do is make it so when you hold e with the proximity prompt the dialog on the head will show, I tried putting proximity prompt in the head with dialog inside it.

If there is maybe a different way I could do it such as a gui that has text when interacted with?

You can connect the event for ProximityPrompt and then show a TextLabel with some writing in it. (For custom dialog)

Alright thanks, still learning a few things.