If you dont want players to mess with their armor (and maybe their inventory in general), then I recommend doing: Player click own inventory event -> check whether the clicked slot index is an armor slot (using if variable, there is a game value for clicked slot index) -> if yes, then cancel event (miss the second step if you dont want players to mess with their inventory at all)