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

Preload not working/not loading sound id's. Help?

Asked by 6 years ago

I have this problem where my sounds did not play in game but in studio. So i searched the wiki and apparently there is a feature to preload.

I tried:

:Preload(ASSET ID) --To sounds

and also

PreloadAsync({game.StarterPack:WaitForChild("Intermission"),game.Workspace:WaitForChild("Bus"):WaitForChild("StartTheBus").Script.BusIdle)}

And none worked. No errors, nothing in the output. How do I fix this? Without sounds the game is just bad.

0
How about use Content provider or replicated first KawaiiX_Jimin 54 — 6y
0
That doesn't work on sounds wilsonsilva007 373 — 6y
0
Preload is not really relevant here. without it sounds should still play but will have to load. cabbler 1942 — 6y
0
Not really wilsonsilva007 373 — 6y

Answer this question