Is it possible to make a lyric game?

(Correct me if I got the category wrong.)
Is it possible to make a lyric game?

Hello, right now I want to make a lyric game with this song I’m still learning roblox lua and I don’t see people making a tutorial about this. Is it possible to make this kind of game? If so, how then? I’ve been trying to figure out because it would be a time consuming using this method.

or it is not allowed?
[Sorry for my bad English.]
[Correct me if I got on the wrong category.]

yes it is possible but you need to make sure the timing is right.

Is there any other way tho? Because it’s hard to make sure the timing is right.

Not really that I know of. you can do a really big text of lyric because roblox have infinate amount of lines you can use.

1 Like

I have a simpler method for you which is less time consuming.

local Lyrics = {
    "lyric line 1", -- Notice the , 
    "lyrics 2",
    "lyrics 3"
}

for _, v in ipairs(Lyrics) do
    print(v) -- Will print the lyrics in the array in order from top to bottom, index 1 to the end
end
1 Like

Thank you, I will try that method.

1 Like

I think he just wants to know if its possible, not to check what song is playing but I may be wrong.

This is allowed, inappropriate songs/lyrics/text are not allowed, then you will have to check if the song is appropiate.

1 Like