GUI Gamepass Buy Button: Showing T-Shirt, not gamepass?
I have made a gamepass shop in which if a person clicks a button, they buy a gamepass. For some reason, it shows a T-Shirt instead of the gamepass when I click the buy button to test it. I am not sure why it does this.
CODE PUT INSIDE THE BUTTON:
1 | local productId = 4897669 |
2 | local player = game.Players.LocalPlayer |
4 | script.Parent.MouseButton 1 Click:connect( function () |
5 | Game:GetService( "MarketplaceService" ):PromptPurchase(player, productId) |
Please help!