The output shows that whenever I CLICK on the text button, the output says that the variable is changed to ‘custom’. But whenever I click T (UIS input) the variable is still ‘normal’, when the textbutton just changed the variable to custom. And that’s the issue. The variable doesn’t get reset to ‘normal’ in the UIS input, because the variable doesn’t show as ‘custom’ in the first place, but stays as ‘normal’. So it couldn’t trigger the resetting of status as it also doesn’t fire the RemoteEvent, but it is properly configured.
Shortly said, whenever i click the textbutton it prints ‘custom’ in the output as, it changed the variable to ‘custom’. But whenever i start the UIS Input the variable is still identified as ‘normal’