TextButton Not Detecting Inputs

Forum doesn’t let me upload videos, but basically one of the the text buttons in my gui is working one minute, then stops working after i switch the play character and make it visible again.
There are no outputs when the button stops working

What do you mean by switching the play character? Can you show the part of the script responsible for the button press and where it is in the explorer and check if ResetOnSpawn is enabled on the gui?
It could be that your script is in somewhere like starterplayerscripts and the gui has resetonspawn enabled, which is causing the gui to reset when you switch character, and the button reference in the script is becoming outdated when the button is created again so the clicked event stops firing.

resetonspawn did the job :+1: thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.