Gui problem showing same message

i made a shop gui and whenever i click on one of the buttons it changes the text for the other button too, could it be because im using the same remoteevent for them?

1 Like

If you’re using the same remote event yeah it might, depends on how you structure it. We can’t really help you without knowing what the code looks like, but if I had to guess you have the other button tied to the same remote event instead of either adding a new one or adding variables to the other one that tell your script which button to change

1 Like

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