Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why Wont My onClicked Play Sound?

Asked by 9 years ago
Button1 = script.Parent
ShutDown = script.Parent.Sound

function onClicked(Button1)
    ShutDown:Play()
end

script.Parent.ClickedDector.MouseClick:connect(onClicked)

Answer this question