Help with subtitle system for audio

Hey everyone! I’m new on this forum, sorry if this question doesn’t belong here. I am making a musical server with Dutch audio, I would like to make a subtitle system for this. I am very new to making scripts and would like help with how to approach this the best way.

The idea is a system with which I can easily enter subtitles and time them with the audio. The audio is played via a script in a part with a click detector. When the audio is played, the intention is that everyone can see the subtitles. I was thinking of GUIs but maybe there is a better way. Hopefully this system is reasonably easy for a beginner, otherwise I would also be open to hiring a scripter. Does anyone know if people would do this for a subtitle system?

It’s not that easy, but, You can create a GUI for the subtitles, And use Remote Events to communicate with the client. In the server script when you fire the event, you can pass a ‘text’ argument, in the client, if you want, you can create a typewriter function, Alvin_blox made a video about that.

I’m bad at explaining.