So I've noticed that wait(song.TimePosition) works in studio, but not in-game. I learned this after several hours of code that, but anyways... Is there any way to run a function when a song ends?
There is an event, 'Ended' contained in sound.
ex:
audio.Ended:connect(function() -- code end)