I know I have to insert a Click Detector into the part, but where would I put the script for playing the sound? I dont know what the script would look like either but I could only assume it looks like this
``function onClicked() ````script.Parent.Play("https://www.roblox.com/GUI-Click-item?id=278467908") end ``script.Parent.ClickDetector.MouseClick:connect(onClicked)
If this is correct where do I put the script, in the Clickdetector or the brick? Where would I put the ID for the sound to be played?