[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
02 | local kk = math.random( 1 , 4 ) |
07 | script.Parent.Songs.megalovania:Play() |
09 | script.Parent.Songs.megalovania:Stop() |
13 | script.Parent.Songs.Instrumental:Play() |
15 | script.Parent.Songs.Instrumental:Stop() |
19 | script.Parent.Songs.Insomnia:Play() |
21 | script.Parent.Songs.Insomnia:Stop() |
25 | script.Parent.Songs.Happy:Play() |
27 | script.Parent.Songs.Happy:Stop() |