I want to add a sound to an object, that the object is this

since I’m making a horror game and I want it to put on a broken television sound
any help accepted
I want to add a sound to an object, that the object is this

since I’m making a horror game and I want it to put on a broken television sound
any help accepted
Have you used a sound instance before although this doesn’t involve scripting it can if you want something specific to happen
but all you need to do is insert a sound instance

and then edit its properties to your liking
You want to enable the Loop property so that it will play continuously
If for some reason you want the TV to stop when a certain action is done (Via scripting), you could just simply do
Sound:Stop()
Which completely stops the sound