I have a lobby with 16 players and 10 different levels.
Each level has a different color room.
I want all the players to play 10 rounds all together in each level. Picked randomly.
So levels (rooms) could be blue, red, green, orange, black, pink etc.
Is it possible to load a random level 1-10 without knowing any verse code?
I just started out, and I’m trying to keep it simple.
Been testing a lot, but I cannot get this to work.
I have a random loader. 1-10, but it is asking for a single winning number or the lowest or highest. What about all the other numbers in between?
I know I may need an array, but where can it be placed in the random number generator?
And how to assign the number to a map?
I’m having a hard time figuring out the logic.
And I don’t know how to even start one of the levels, once a number is a “winner”.