Hi! currently i have been reading the official roblox docs and i ran into confusion! two services that do exactly the same thing and I don’t understand which one I should use and why
The two services are:
- GamePassService
- MarketplaceService
I understand the functions of the marketplace service but what I do not understand is because the gamepass service is there and it does not have any function, I do not understand its practical use.
Someone could give me a hand and help me understand, I would really appreciate it very much.
local gamepass = game:GetService("GamePassService")
local marketplace = game:GetService("MarketplaceService")