Hi, Is there a way to make a gamepass temporary? Like a month long subscription for Premium. It doesnt have to be a gamepass it could just be in a script but that would be less safe and if a data breach or something with the datastores were to go wrong I wouldnt want the players to lose that subsrcription.
First of all Why 2nd Im pretty sure it would have to be a gamepass and Script 3rd of all What for/What kind of game are you making?
Games sell premium eggs that I’m sure are not gamepasses. This would probably work like that.
No. You would have to use developer products and stop the player from repeatedly purchasing the product until their current subscription has ended. Unfortunately this does make datastore (most likely unavoidably) issues present.
- Because what if I dont want it to be permanent? Many games do this.
- Im making a game where you can upgrade your weapons using currency you gain from fighting other players. Players will have upgrade times on their weapons so I figured a premium could be bought and that would reduce the wait time, price, increase the money and XP from battles.
Premium eggs? Is this something that only premium users would be able to use? Or maybe you are talking about things only premium(gamepass) users could buy?
The premium eggs are just “robux only” eggs. Places like Adopt Me sell them. You can buy unlimited copies, so they are not gamepasses.
I would imagine you could sell the temporary pass and just put a 30-day timer on it. There should probably be some sort of transaction history just in case you need to recover data.
Thankyou very much, I never cared for adopt me but I guess I will have to look into this and try to figure out how that works.