How to Create Text While Making a Cutscene

So This has Come to my concern, that when I am trying to create cutscenes, I want to add text with them. But even though programming it (which would take some time) I think their should be a resources which allows text with cut-scenes. I have searched all over the forums, google and YouTube and no response. Does anyone have any tips on how to make it easier? Especially for young and growing developers?

1 Like

If you want to add text to a cutscene you will need to use a Screen GUI with a text label. And it should all be done in a local script since camera and gui manipulation are both local.

1 Like

I know. I understand everything and know how to do it, but is there a better tool or way to do it. So small developers can be able to grow and understand? Because for me, I never had such tool or knowledge of using local scripts and what not.

1 Like

You can use module scripts to use the same functions over and over if you aren’t already.

2 Likes

Use the Roblox Developer Hub, it’s a great resource.

1 Like

I have tried that aswell. I look countless times, never found anything.

1 Like

Like I have stated, I know about this stuff. It just I want to make life for small developers essentially easier.

What are you trying to get at here? Are you trying to fix an issue or are looking for guides on how to understand scripting?

I understand how to script yes, I am just trying to fix an issue upon looking for resources basic on the topic.Creation of Text whilst making cut scenes. I just need some sort of article or reference to look at.

I think OP is trying to ask if there’s any modules out there that can improve the existing project. I remember finding one module that had animated text and such, I’ll see if I can find it.

Alright thank you. If You Find One, could you private message me please? Thank you.

Here’s a module called Rich Text Markup by Defaultio that I have had success with. Felt that this shouldn’t be in PMs.

1 Like

Alright. thank you for linking this. I will mark this as a solution for this discussion is over. Thank you once again for the help.

1 Like