Need help creating a boombox

currently i’m trying to make something similar to this:

https://developer.roblox.com/en-us/api-reference/function/Sound/Resume
https://developer.roblox.com/en-us/api-reference/function/Sound/Pause

I believe these should give you a start, you can use the MouseClick event to detect when the player clicks on the On/Off button to either Resume, or Pause the Sound

2 Likes

thanks man!!!1