Hi,
I posted before about how to split a string by line breaks and thats fine now.
(I am making a lyrics screen for my theatre so you can copy paste lyrics from Google into the screen and press submit, then it separates each line from the song and turns each line into a button so someone can click each line and that line will appear on the screen).
After passing the string (copy pasted song lyrics) from client β server, everything is working fine. HOWEVER, the issue I am having is that the script is not creating the button for each line.
Here is my code:
I know that the server script is reading the Lyrics from the RemoteEvent because the lyrics appear in the console, so that part of it is working.
My issue is that it is just not creating the buttons for each line.
Where am I going wrong here??
Thanks,
Harry,