It's for a sound that i have, and i have an identicle one ( it just replaces stop with play ) and it works, but when i touch this one it won't stop.
function onTouched(hit)
script.Parent.Parent.HipHop:stop()
end
script.Parent.Touched:connect(onTouched)
What is wrong? |