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

DidLoop Event not executing Online?

Asked by 8 years ago

I've got this sound thats about 2 seconds long, and the event DidLoop isn't executing... Property 'Looped' is true for the sound too...

script.Parent.DidLoop:connect(function()
    script.Parent.Pitch = math.random(850,1050)*.001
end)

script.Parent:Play()

Also, it works in studio, but not online.

1
Is this a Script or a LocalScript? BlueTaslem 18071 — 8y
0
Server FutureWebsiteOwner 270 — 8y
0
Do you have a loop though?? saSlol2436 716 — 6y

Answer this question