Function is only playing 1 time

  1. What do you want to achieve? When the function is activated, it should update the Sound using the provided values.

  2. What is the issue? At the moment, the function works the first time your in the VehicleSeat, but if you get out and back in it stops working

  3. What solutions have you tried so far? Originally, I had just made use of a LocalScript and a Remote with a ServerScript, but I redid it to use a LocalScript and ServerScript w/ Remote with another ServerScript listening. Even then, it still did not work. I have dug through many of the forums on here and I have not been able to find a solution.

Code that fires the remote to change the value:

ServerScript w/ Remote
Screenshot_616

ServerScript that listens to the Value and changes the Sound

Thank you so much for taking the time to help me, I’ve been stuck on this for 2 days!!!

Does the sound ever stop playing via the script? I know it’s probably not the case, especially if the sound isn’t being looped, but it’s always good to just check.

No, the playing of the sound is handled by another script.