Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How I Can Make A Gamepass Then Give A Gui From The Player Who Buy It? [closed]

Asked by 5 years ago
Edited 5 years ago

This Is I Know To Make A Gamepass Gui But Read Please.

local productId = 0
local player = game.Players.LocalPlayer

script.Parent.MouseButton1Click:connect(function() 
    game:GetService("MarketplaceService"):PromptPurchase(player, productId)
end)

ok I guess for the title they will think about how to make a gui to sell gamepass? No, I do not want to do that.

What I Want To Try Is If You Buy A Gamepass Some Gui Saying Something Where You Can Interact With For Example Change Some Map. If You Buy The Gamepass.

0
I'm assuming you're asking for this to be able to occur while the player is still in the server instead of having to leave and come back? SerpentineKing 3885 — 5y

Closed as Not Constructive by 1TheNoobestNoob, DeceptiveCaster, and SerpentineKing

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?