Play Sounds in a Part over a GUI

Thanks! But now there’s a problem. My game is spawning parts and they each get called [Playername]'sPart

Now how do I script that?

So for every player you want a part to be made called [PlayerNames] Part

No no, that’s what I already got, the only thing I need is the script playing the sound of [Playername]'sPart

try doing the same thing but with a normal script

So multiple players can control their part playing different music ids and other players can hear it too

No no, so think about a Box with a lamp.
A player chooses a version of that box
Let’s say…
Box (1)
Box (2)

And in a settings GUI there’s a TextBox where you put a MusicID in with two buttons, Start and Stop.

The Lamp contains the Sound and the MusicID of the Textbox gets put in there.
I only want the LocalPlayer to put in a SoundID and then play the sound
And other people dont have access to other people’s Box.
Oh and other people should be able to hear the sounds.

Oh and I’ve been trying to do this, and I can’t get it to work with how I wanted it to work. So idk?