Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I use TimePosition?

Asked by
Nidoxs 190
8 years ago

Why won't this put the time position to 3 if the sound is playing? This code is in a localscript and the sound is activated by a serverscript.

while true do
if script.Sound.IsPlaying == true then
wait(3)
script.Sound.TimePosition = 2
wait(.1)
end
0
Sound.IsPlaying is buggy. Nickoakz 231 — 8y
0
So, what do I use now? Nidoxs 190 — 8y
0
Sound is buggy altogether Ryzox 220 — 8y

Answer this question