im trying to make a proximity music playlist, multiple songs playing after another which is simple enough but when i try to get it to be proximity... im just not sure. theres also a problem of the next song playing at the same time as the current one towards the end, im not sure how to fix it bc changing the wait time hasnt worked no matter what i do. im not sure how to fix this
#help with music script
1 messages · Page 1 of 1 (latest)
signal:Wait() does not take any parameters, the 0.5 there does nothing
hmmmmm
depending on the kind of proximity you want, this code is fine just move the sounds into the part instead of the folder
i assume you're asking for 3d and volumetric audio
yes probably
wait but what do i do about the folder code
just delete it?
local MusicFolder
oh wow that fixed the proximity problem. okay ill be back once this song ends to see if the other thing still happens
hmm the next song doesnt play
Dm me
for what
maybe you have to stop the other song if the song loops
how do i do that?
after the music.Ended:Wait() put music:Stop() in the next line