I am in need of help with changing my levels. I want to make it that when the player reaches a specific score the level will change and will keep changing levels. The issue I am having is that when the player gets the exact score after the level was changed once, it keeps repeating that same level. I hope I explained that well.
I have an idea that If(score = # && level = 2) then it will change the level to the next. I know that this is not the correct way to write it but If there is something like that or if there is any other way to do it please tell me. I am really confused.

