-
What do you want to achieve? When the function is activated, it should update the Sound using the provided values.
-
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
-
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
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!!!