Multiple sounds at once not working?

Hi, I’ve looked up on dev forum for a bit and haven’t found this topic yet so, basically when I try to play two sounds (different ids and different sound), they won’t play together, it’ll either play the first one or the second but not both together, it’s basically 50/50 chance

here’s the code i’m using

sound1:Play()
sound2:Play()

Could this be that I have to use a for loop?

1 Like

Nevermind, fixed it by putting those sounds in a table and using a for loop .-.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.