How to make Infinite Playing music! Roblox Studio 2021

Аватар автора
Игровые Стратегии
In this video we made music that plays forever. We also made a GUI that Displays the songs name! Thanks for watching! Subscroob Now! Song script: local music = game.Workspace:WaitForChild("Music") local song1 = music:WaitForChild("song1") local song2 = music:WaitForChild("song2") while true do song1.Playing = true game.ReplicatedStorage.CurrentMusic.Value = "Solar Flares By: Roblox" wait(song1.TimeLength) song1.Playing = false song2.Playing = true game.ReplicatedStorage.CurrentMusic.Value = "Uptown By: Roblox" wait(song2.TimeLength) song2.Playing = false end Text Display Script: while wait(.1) do script.Parent.Text = game.ReplicatedStorage.CurrentMusic.Value end

0/0


0/0

0/0

0/0