Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Could anyone test this GUI sound script?

Asked by 10 years ago

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)

1 answer

Log in to vote
0
Answered by 10 years ago

Well, there is nothing in the ScreenGui so its just useless. Answer: No

0
Its a screen GUI with a frame and another frame with a text button in it. KennyAtkins 0 — 10y
0
We do not have the sounds in the workspace so the script is once again, still useless ggggyourface23 63 — 10y
Ad

Answer this question