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

Why won't this sound play?

Asked by 11 years ago

JUST FOUND OUT THAT MY VOLUME WAS MUTED. xP

This was working yesterday and it stopped working.

01Game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=138089845")
02script.Parent.Visible = true
03script.Parent.Text = "Loading"
04wait(1)
05script.Parent.Text = "Loading 5%"
06wait(0.15)
07script.Parent.Text = "Loading 7%"
08wait(0.15)
09script.Parent.Text = "Loading 9%"
10wait(0.15)
11script.Parent.Text = "Loading 20%"
12wait(0.15)
13script.Parent.Text = "Loading 35%"
14wait(0.15)
15script.Parent.Text = "Loading 34%"
View all 83 lines...

I have no output or anything. It worked one day and didn't the other.

0
Is the ID right on the sound. Is the sound setting at 0. ConnorVIII 448 — 11y

1 answer

Log in to vote
1
Answered by
MunimR 125
11 years ago

First of all WOAH on the loading and the transparency animation.... Please try to use for loops for that!!

Another thing is that this question is a bit vague, could you provide a screenshot of the location of the sounds and gui objects? Thanks I'll edit once you reply with info!

0
How do you post pictures? call23re 0 — 11y
0
Screenshot it then post it on a free image host and then link it here.... MunimR 125 — 11y
Ad

Answer this question