of     1   

Tommytherox
#180855245Friday, January 01, 2016 9:51 PM GMT

--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
Mouse_Potatoe
#180855508Friday, January 01, 2016 9:54 PM GMT

Where is the end to end the function playmusic? siggy.Parent=Player.Signature
Tommytherox
#180855852Friday, January 01, 2016 9:58 PM GMT

wait... what??? im sorry, im realetively not used to this stuff, but do i have to put more than 1 end? https://www.youtube.com/channel/UC0y-LwgfGPkvoy6OxqMCLvg/videos, my youtube channel... or stuff, k bye
Mouse_Potatoe
#180873326Saturday, January 02, 2016 1:31 AM GMT

Does the script even work in the first place? siggy.Parent=Player.Signature

    of     1