When touching Part why isn't it adding +1 to gui?

Leader stats script:


Part script:

This happens because the variable player doesn’t exist in this context. You would need to use Players instead, since that is what you named your variable in line 2. I would just recommend you change it from Players to player in lines 2 and 3 since you are referring to a singular player.