This is how i looped mine but its still not working! and i waited 5 secs.
wait(5) local musicholder = Instance.new("Model") musicholder.Parent = game.Workspace musicholder.Name = "MusicPlayingModel" local musicplayer = Instance.new("Sound") musicplayer.Parent = game.Workspace.MusicPlayingModel musicplayer.SoundId = "http://www.roblox.com/asset/?id=182079456" musicplayer.Looped = true musicplayer:Play()
Sounds have a loop property. Just toggle it to true before playing them.
Closed as Not Constructive by EzraNehemiah_TF2 and Redbullusa
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?