Checker singnal

so basically i want it so that button will only send out a signal if a person has a certain item thx

Add a checker to check the amount of the item you want(make sure it checks if the item amount is greater than the goal so make the goal 1 less than what you want for it to work). Wire the button to the checker and set it to this: Button pressed -----> Run check. Then go inside of the checker and set the “When the check passes, trnasmit on” to whatever your channel is.

Use a checker. Button pressed → Run Check

Check Passes → Do something idk

teleport

You should have a property connected with an Inventory Item Manager. When the property changes, it should broadcast to the checker.

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