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

IsPlaying random song help? [Script Included]

Asked by
Vividex 162
9 years ago

This script doesn't work? I put it inside a model with a couple of other songs and I put the songsID, but nothing happens, and nothing in the output. Please help?

local songs = script.Parent:GetChildren()
while wait() do
for i = 1, #songs do
songs[i]:Play()
repeat 
wait()
until not songs[i].IsPlaying
end
end

1 answer

Log in to vote
0
Answered by
samy22 10
9 years ago

IsPlaying is glitchy at the moment on roblox. Sorry.

Ad

Answer this question