so i made the game trigger a shop to be visible whenever the proximityprompt is triggered. i also have a close button on the shop so that it can close. however, if i choose to open the shop again when its closed, it just does not do anything
the gui closes when the button is pressed but once it has been open the first time, the shop just doesnt open again. i tested something on the serverscript where i made it print text after it anchors the character and it only prints the text and ignores the rest of it
Maybe because you used a server script to make it visible and when you used the local script it closed in on your client not the server. So the server still thinks the gui is open.