How would I make something that would check someones money and say no

I have 1 check for each option I have 2 options

I used if check passes give the item but it only didn’t work even when I had enough money

@Veelopp One of the ways you can make this (simple) is you need:
1 Button, 1 Checker, 1 Notification, and 1 Item Granter. To start, you wire the button to the checker and make it as Button Pressed :arrow_right: Run Check. Once you’ve done that, wire the checker to the notification as Check Fails :arrow_right: Send Notification. Then wire the checker to the item granter as Check Passes :arrow_right: Grant Item.

Device Settings
Checker

Notification

Item Granter

(Change as needed)
Hope this helps!

1 Like

Button → Check
In the checker check for greater than __ (fill in the blanks)
Check Fails → Notification
Does this help?

1 Like

Oh yeah, I forgot to add in the settings for the devices.

I’m trying to make it in a pop-up not just a button if that makes sense

it works ty sigma gigachad

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