Well, I have a TextButton that when you click it, it goes through a table inside a module script. Inside each table inside the module, it has variables called "TopRight", "TopLeft", "BottomRight", "BottomLeft", and "name". The script checks to see if 4 textlabels are the same value as each of the variables inside the table. If its true, it prints name, and then, it fires an event, and inside that event, it prints the argument (name) and for some reason, the prints are different. The first time it printed "Plank", the second time it printed "Player". Can someone help me to know why? |