The sound script is in a ScreenGui just to let you know. I need someone to tell me if it works because my Roblox studio is being glitchy at the moment.
--[[Fullness Ink.]] local v = game.Workspace.idols local l = game.Workspace["Leaving you"] local e = game.Workspace["Eminem - Headlights"] local r = game.Workspace["R3hab & Deorro - Flashlight"] local a = game.Workspace["Arno Cost & Greg Cerrone - NightVenture"] function Click() wait(1/3) while true do wait(2) game.Workspace.idols:Play() script.Parent.Text = "Playing " ..v.Name wait(1/3) script.Parent.Text = "Playing. " ..v.Name wait(1/3) script.Parent.Text = "Playing.. " ..v.Name wait(1/3) script.Parent.Text = "Playing... "..v.Name wait(120) game.Workspace.idols:Stop() wait(1/3) -- song 2 script.Parent.Text = "wait a sec till next song" wait(2) game.Workspace["Leaving you"]:Play() script.Parent.Text = "Playing " ..l.Name wait(1/3) script.Parent.Text = "Playing. " ..l.Name wait(1/3) script.Parent.Text = "Playing.. " ..l.Name wait(1/3) script.Parent.Text = "Playing... "..l.Name wait(120) game.Workspace["Leaving you"]:Stop() wait(1/3) script.Parent.Text = "wait a sec till next song" -- song 3 wait(2) game.Workspace["Eminem - Headlights"]:Play() script.Parent.Text = "Playing " ..e.Name wait(1/3) script.Parent.Text = "Playing. " ..e.Name wait(1/3) script.Parent.Text = "Playing.. " ..e.Name wait(1/3) script.Parent.Text = "Playing... "..e.Name wait(120) game.Workspace["Eminem - Headlights"]:Stop() wait(1/3) script.Parent.Text = "wait a sec till next song" -- song 4 wait(2) game.Workspace["R3hab & Deorro - Flashlight"]:Play() script.Parent.Text = "Playing " ..r.Name wait(1/3) script.Parent.Text = "Playing. " ..r.Name wait(1/3) script.Parent.Text = "Playing.. " ..r.Name wait(1/3) script.Parent.Text = "Playing... "..r.Name wait(120) game.Workspace["R3hab & Deorro - Flashlight"]:Stop() wait(1/3) script.Parent.Text = "wait a sec till next song" --song 5 wait(2) game.Workspace["Arno Cost & Greg Cerrone - NightVenture"]:Play() script.Parent.Text = "Playing " ..a.Name wait(1/3) script.Parent.Text = "Playing. " ..a.Name wait(1/3) script.Parent.Text = "Playing.. " ..a.Name wait(1/3) script.Parent.Text = "Playing... "..a.Name wait(120) game.Workspace["Arno Cost & Greg Cerrone - NightVenture"]:Stop() --[[ Script where when it ends it says stuff --]] wait(1/3) script.Parent.Text = "N" wait(1/3) script.Parent.Text = "No" wait(1/3) script.Parent.Text = "No " wait(1/3) script.Parent.Text = "No n" wait(1/3) script.Parent.Text = "No ne" wait(1/3) script.Parent.Text = "No new" wait(1/3) script.Parent.Text = "No new s" wait(1/3) script.Parent.Text = "No new so" wait(1/3) script.Parent.Text = "No new son" wait(1/3) script.Parent.Text = "No new song" wait(1/3) script.Parent.Text = "No new songs" wait(1/3) script.Parent.Text = "No new songs a" wait(1/3) script.Parent.Text = "No new songs at" wait(1/3) script.Parent.Text = "No new songs atm" wait(1/3) script.Parent.Text = "No new songs atm add" wait(1/3) script.Parent.Text = "No new songs atm adding" wait(1/3) script.Parent.Text = "No new songs atm adding soon!" wait(10) script.Parent.Text = "Press" wait(1/3) script.Parent.Text = "Press Play" wait(1/3) script.Parent.Text = "Press Play Again" wait(1/3) script.Parent.Text = "Press Play Again To" wait(1/3) script.Parent.Text = "Press Play Again To Replay!" wait(10) end end script.Parent.MouseButton1Click:connect(Click)
Well, there is nothing in the ScreenGui so its just useless. Answer: No