As a Roblox developer, it is currently too hard to just Award a Player a specific gamepass.
My idea is to add a function names something like ‘AwardGamepass’ to the MarketPlaceService with the first Argument beeing the player’s UserId and the second the gamepassId.
It could be uses for a lot of Thing:
- Giving a Gamepass for free to a friend
- Giving the Gamepass to the Player as part of a bundle
- Giving the Gamepass to the Player when he reached a specific Level
An example of using that function could be:
local Ms = game:GetService("MarketplaceService")
Ms:AwardGamepass(710917774,6654316)