I am new to the forum so please bare with me, sorry if this is in the wrong category or something.
Hi, I’m interested in finding out how to create in-game subscriptions for players to buy devproducts to extend their subscription period. I have seen games do the similar thing and I am wondering myself, which is the most efficient way to make it?
For example, this game below allows players to buy a subscription with robux which would last depending on how much they spent on the subscription. The benefits would include (for this game) more song choices, daily rewards, custom cursor, chat tag, maps and more. https://www.roblox.com/games/2677609345/
Yep it definitely will, and will allow us to replicate monthly subscriptions like discord nitro etc, but like I said if these functions will help us do just that, I would wait as it would make subscriptions much easier.
In the mean time you definitely still can do a subscription type service. A lot of my games have a VIP dev product that gives you x amount of time (hours to weeks). All I do is set a value in the players data to the current unixtime + length of subscription. That way when they rejoin I can just check if the unixtime is greater than that value. As soon as it isn’t, I know their vip expired.