Hi guys, i can create a dart trap that fires when the player stands on a button in the floor, the thing i cant do is make more of the same traps fires when different buttons are pressed, like Dart 1 = Button 1, fire dart 1 trap. I want to make just 1 trap and give them like a variable and if the button variable is equal to dartTrap variable, only fire that trap, not every instance of the same trap in the level.