--By the way you put this in your Workspace Folder
--Replace the 120's with the how long the songs are
--put the sounds in the workspace too
function playmusic()
while true do
wait(15) -- to make sure the server is done loading up
while not game.Workspace.Fade.IsPlaying do
wait(1)
game.Workspace.Fade:Play() --put name of sound in Fade
while game.Workspace.Workspace.Spectre.IsPlaying do
game.Workspace.Spectre:Play() -- Put Name of sound in Spectre
while game.Workspace.Force.IsPlaying do
game.Workspace.Force:Play() -- Put Name of sound in Force
end
while true do
wait(380)
playmusic()
end
-- because this script is causing my game to lose 3 fps, just wondering if any of you guy know a way to shorten this script, seems a bit more complicated than its supposed to be
https://www.youtube.com/channel/UC0y-LwgfGPkvoy6OxqMCLvg/videos, my youtube channel... or stuff, k bye |