How to make a music playlist system in roblox studio!

Аватар автора
Геймеры и Квесты
In this video I show you how to make a music playlist system, it&very simple, follow all the steps in the video! Neste vídeo eu mostro como fazer um sistema de playlist de músicas, é muito simples, basta vocês seguirem todos os passos do vídeo! Script: --Made by: JeanSk34-- --Youtube: JeanPlayGames-- while true do local snd = Instance.new("Sound") snd.Name = "Sound" --Name sound snd.SoundId = "rbxassetid://8888888" --id snd.Volume = 1 snd.Looped = false -- you can also put false to put music one time snd.archivable = true --Do not disable this function! snd.Parent = game.Workspace wait(3.8) --startup time! snd:play() --Play music snd.Ended:Wait() --The script will only proceed if the song ends! --[Destroy Sound]-- wait() game.Workspace.Sound:destroy() end I did it myself! :) Eu mesmo fiz!

0/0


0/0

0/0

0/0