Remove ads when user subscribes to the app

Hello guys, I would like if anyone uses the subscription program for their apps other than the ads, I have seen some developers who do not use Kodular saying that it is worth it, I would like to know if they do and if so what would be a simple way to create an app with subscription, example: 1 month without ads value X, thank you

Check the Google Play Billing component, it has blocks for subscriptions. But to set that up, you should configure your subscription(product with id, pricing etc. ). Then you can use simple logic blocks to do the work ( if subscribed, don’t load ads, set visibility to none )