Trying to play sounds when sitting

I want to make a nice effect where a song will play when in a seat with a transition in front. For some reason though when I try and test it, nothing happens. Here is the model if anyone wants to help.
seat.rbxm (3.8 KB)

1 Like

LocalScripts only run in workspace when they are parented inside a Character Model. Your problem can easily be fixed by using a Script instead of a LocalScript. Although if you want to play the sound locally, you could reference the seat from another location like StarterCharacterScripts.

PS: When creating posts, it’s better to provide code snippets with detailed information.

print("like this")
1 Like

Thanks a lot! Never really knew that.

1 Like