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