How to add a score limit/quota to each level?

Close! You should just need to take that event “Set Quota” off of the level blueprint and put it on the GameMode. You can make it a function instead of an event, and give it an input of Integer, and then on the level blueprint send that through the called event/function. :slight_smile: