This is a simple subscription module with useful documentation in it:
2 Likes
Updated module cuz forgot to add one important check
If SetAsync fails, you should return Enum.ProductPurchaseDecision.NotProcessedYet
instead of just warning it into console (preferably make it retry too).
oh yeah thanks for suggestion lemme fix that rq.
Edit: i tried to make it strict as i always do, but i will have to rewrite some code i guess.