Joim my discortserver!
/ discord
script1: script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Frame.Visible = true
end)
script2:script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Visible = false
end)
script3:local plr = game.Players.LocalPlayer
local button = script.Parent
local MarkerplaceService = game:GetService("MarketplaceService")
script.Parent.MouseButton1Click:Connect(function()
MarkerplaceService:PromptGamePassPurchase(plr,38979172)
end)