Hello! I wanted to ask if anyone could reach me below on how to make one of these gamepasses for my game. I have no knowledge and need to be teached on how I can do this! Thank you all!
local mps = game:GetService("MarketPlaceService") game.Players.PlayerAdded:Connect(function(player) if mps:UserOwnsGamePassAsync(player.UserId, 000000) then--set 000000 to the gamepass id --do stuff that gives player inf capacity end end
More or less something above, if you want to you can look into the Roblox Dev Wiki like Ziffixture said. https://developer.roblox.com/en-us/api-reference/function/MarketplaceService/UserOwnsGamePassAsync