Passes allow you to charge a one-time Robux fee in order for players to access special privileges within an experience, such as entry to a restricted area, an in-experience avatar item, or a permanent power-up.
But is it possible to create somehow a time-limited Game Pass?
For example, after one month, the Game Pass will expire and the player has to purchase again?
I am thinking about a monthly subscription model, but I was not finding any solution for that yet.
Thanks for any ideas, thoughts or concepts that would work like that within the Roblox Universe.
First of all, thats evil. Second of all, you can probably set up some game products in Game Settings, then you can set up a datastore to track how long a player has until they have to purchase the item again.
Yes it possible. You need to use developer product, and hook it up to a datastore. Then track when they last bought it, and how many days that bought it for. Check on Join if they ran out, and if so, then remove it from datastore
Yeah, I guess a TimeStamp with the DataStore could be a solution for that. But what do you mean by setting up game products within the Game Settings? What specific products did cross your mind?
hmm. that would be cool. Is there perhaps any code sample available, that demonstrates that feature? Possible to find somehow a .rbxl file that contains the code snippets?
You should wait until Roblox releases a new feature called subscriptions, which will be a new type of product that the user must pay like a subscription.
Whie I would agree, I don’t think roblox is adding this anytime soon. According to this post, it has been worked on since around December of 2019, and almost 4 years from now, I haven’t heard of this coming anytime soon or anything from roblox staff, unless there is something I have missed. (In fact a lot of the old links from old posts don’t work anymore as they were removed from MarketplaceService)
I would not wait or assume it’s coming, until I hear from roblox staff, which then in turn replace my old system with the subscription system