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!

01local sound = game.SoundService
02 
03   
04 
05script.Parent.Touched:Connect(function()
06 
07sound.Sound1.Playing = false
08 
09sound.Sound2.Playing = true
10 
11end)

Answer this question