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

Can you help me make a sound region thing for my game???!?!

Asked by 5 years ago

For my game I been trying to make sound in different areas. In this one speed run like part of my game I wanted it to play some music if you touch the speed part. It didn't work. Please help!

local sound = game.SoundService



script.Parent.Touched:Connect(function()

sound.Sound1.Playing = false

sound.Sound2.Playing = true

end)

Answer this question