¿how can i add sound to an object?

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

asdadadassafafsad
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

image

and then edit its properties to your liking

You want to enable the Loop property so that it will play continuously

1 Like

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