I'm testing if the SoundID has been changed if it did it would play it, but it does not work. And the script is in the Sound
while wait(.1) do script.Parent.Changed:connect(function(Change) if Change == "SoundID" then script.Parent:Play() end end) end
script.Parent.Changed:connect(function(Change) if Change == "SoundID" then script.Parent:Play() --TAB YOUR SCRIPTS! end end)
Hope it helps!(I'm back!)