I've always been wondering on how to make a luck picking system. If you don't understand what I mean, I mean that in game, how do you pick a map based on its luck percentage? I've tried math.Random() but that means it could pick any map like 5 times in a row since its "random".