Cutscene Dialog *HELP*

So i spend a lot of time designing a cutscene system , tested it and it works fine , although i wanna add dialogs to it so the cutscene makes some sense to the player ? how would i add dialogs to the cutscene system i made

Heres the model i made:

1 Like

Make a module script that grabs another module with dialog and animate it with UI
and add buttons and so on.

Basically, make a function or module that makes UI dialog. and makes it move on by an event or click.

1 Like

Check this out: UI Animation/Tweens | Documentation - Roblox Creator Hub
Scroll down to “Typewriter Effect”

1 Like

I tested it and it works but how would i make it work with my cutscene model

run it when your cut scene plays. You can do spawn(–your function here–)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.