Roblox Scripts Not Playing Sound ID

Wait let me try and see if that works

Tried with a few audios the audios isnt the problem

Like MaHm said, don’t use StarterGui.blah blah, use script.Parent

Stuff in StarterGui are replicated to the player’s PlayerGui when they join. That’s why you won’t find the audio under startergui

Thank you it now works so the problem was that it wasnt script.parent ?

If you open the explorer while play-testing, go to players, find your name and open ‘PlayerGui’, that’s where you‘ll find that player’s GUIs.

You are welcome yes because when you use StarterGui text box.text will be empty so it can’t load sound
When you scripting any gui always use script.Parent

1 Like