#4 Как сделать кнопку доната в Roblox studio

Аватар автора
Электрический тайны
скрипт 🧾🔽 local mps = gameGetService(MarketplaceService) local gamepass_id = script.Parent.MouseButton1ClickConnect(function() local player = game.Players.LocalPlayer mpsPromptGamePassPurchase(player, gamepass_id) end) mps.PromptGamePassPurchaseFinishedconnect(function(player, id, purchased) if id == gamepass_id and purchased then game.ReplicatedStorage.GivefireServer() end end)

0/0


0/0

0/0

0/0