Need assistance on dialogue system

I am in need of assistance on creating a dialogue system.
I want you to be able to click on a trigger box and then open up the text box(an image if possible) And text that you can click on after its read out to go to the next page.
I’m a beginner in scripting so keep that in mind.
So far I’ve used a dialogue system from the toolbox, but now I want to create my own, with help of course.
Thanks!
Edit: Sorry, I know it doesn’t really matter but that sounded a bit forceful lol, sorry if it seemed that way, I didn’t intend for it to be forceful.

1 Like

You could just maybe create a BillboardGui that you’d be able to click on with a ImageButton parented to it, then detect when the Button gets activated by using a MouseButton1Down Event :thinking:

You’d need to implement RemoteEvents, which basically allow server-client transportation so that the player that first clicked the “trigger box” will receive the text

1 Like