So i tried using a simple and easy method:
trackl:Play() wait (15) --how long to wait until it needs to fade out trackl.Volume=0.9 wait(.3) mosik.Volume=0.8 wait(.3)
and so on... but because im using wait it pauses everything in the scripya know..
is there a way to do it without making everything in the script wait?