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

[Answered] When I take my songs folder (with a script) the script won't work, why?

Asked by 4 years ago
Edited 4 years ago

this is the script (if you need to know). this script and the folder are in replicated storage when i clone, but then when i clone it into workspace it wont work. or just give me a script that activates another script ty

01while true do
02    local kk = math.random(1,4)
03 
04    print(kk)
05 
06    if kk == 1 then
07        script.Parent.Songs.megalovania:Play()
08        wait(316)
09        script.Parent.Songs.megalovania:Stop()
10    end
11 
12    if kk == 2 then
13        script.Parent.Songs.Instrumental:Play()
14        wait(77)
15        script.Parent.Songs.Instrumental:Stop()
View all 29 lines...
0
Where are you storing the sound? iOwn_You 543 — 4y
0
workspace GameStealerKid 79 — 4y
0
and replicated storage GameStealerKid 79 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

I just made the sounds 0, soz for all the trouble

Ad

Answer this question