Changing Volume After Playing Sound Locally With SoundService

Is there a way to later change the volume of an audio after you use

ServerScriptService:PlayLocalSound(Sound)

or do you have to set the volume first then call that function?

The issue is, my volume slider UI has to update the volume of the sound being played.
I realized that the sound in the SoundService itself isn’t being played and that was the value I was altering.
Any help?