Intro diolog deleting

So let’s say I have an item that speaks using the dialogue system and it has a few introduction dialogue things but I want to get rid of that after the first time it’s said how would I do that? I haven’t tried much because I don’t want to break anything. So anything would help. Thanks.

1 Like

What do you mean dialogue system? As in the built-in Roblox system?

1 Like

yes

this part is for the extra minimume characters.

1 Like

I don’t really recommend using the built-in one as it’s very limited and not that customizable. You’re probably better off scripting your own dialogue system (which isn’t fairly hard, I’m an amateur at scripting and I’ve still managed to pull one off).

I suggest having one script which handles all the dialogue for you (which is how I did it, it ended up being more than 100 lines of code though), if you’re going to use the dialogue system after the introduction dialogue, then you may keep it.

1 Like

but I already have a whole dialogue system already implemented so recreating the whole thing in a script would be a pain in the neck yes I see where you’re coming from but I just don’t have the time for that

1 Like