In my code I have a sound that plays and then it waits for 6 seconds. The problem is, the sound sometimes is delayed by like half a second and doesn't stop where I want it to. Can you point me into the right direction as to what I would use to stop the song when it is a certain amount of time in? Is there a certain function I need to use or something???
There are some answers in the comments but yes you could just add a wait to the part of the song you want to stop or https://developer.roblox.com/en-us/api-reference/property/Sound/TimePosition
Wow, I figured it out. Apparently you can't just put equals 'cause it just plays through the sound anyways... You have to put >= or >...