Hi, for anyone has no understand what i want it's simple, for exemple, detect when sound his position at 60 sec, for exemple. There is a way to detect this ( exepted make a wait() ), i'v been try sound.TimePositio, but this is not working.
Use Instance:GetPropertyChangedSignal()
.
Sound:GetPropertyChangedSignal("TimePosition"):Connect(function() if Sound.TimePosition >= 60 then print("Sound just hit at the time position of 60!") end end)