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?