How to make a progress bar and it increase when picking up items?

Yup that’s exactly what you do!
The Max is just a variable you create and setting the default value to 6.
And you can either do a branch (ActualTickets => 6) or when setting the variable clamping it between 0 and 6.