Hi! I need a little help with scripting!
I need to know how to make a make the music stop when clicked with a click detector.
I know how to get it to play but I can't get it to pause.
When the Sound:Stop() function is used, it just replays the song.
Please tell me how to get it to stop the song when clicked.
Replace Sound:Stop()
with Sound:Pause()
if you want it to pick up where you left it off.