#is there a way to make a textlabel clickable so that it prompts to gamepass?
1 messages · Page 1 of 1 (latest)
thats very possible
Hello! In this video I show you how to add a GAMEPASS button into your very own game!
SCRIPT:
local MarketplaceService = game:GetService("MarketplaceService")
local GamepassID = 1234567890 -- Make this number your Gamepass ID
script.Parent.MouseButton1Click:Connect(function()
MarketplaceService:PromptGamePassPurchase(game.Players.LocalPlaye...
thanks, do you guys know if for gamepasses you can make it so that the player doesnt have to rejoin the game to get the tool?
not sure about that