How To Play Sounds

Before everyone says it, yes I know there is [Release] Play Custom Sounds for Interactions
but I do not want to use a dependency for my current project. I’ve tried PlaySound() and it did not work. So if anyone has a way I can play custom or base game audio without using another script please lmk.

If I was you rather than making it complicated I would use InteractSound. But you can see if anyone would like to make it complicated.

1 Like

alright i did know if it was difficult or not to just do it without InteractSound

Probably need JS for this one and make a audio element with source to your audio and play it whenever you want.