Hello! i did this script and i want to the player put the id of bundle on a gui, and then the game get the “old” bundle id and allow the player to buy it, but my script isnt working, no errors, and also dont work, can someone help me?
repeat wait() until game.Players.LocalPlayer
script.Parent.FocusLost:connect(function()pcall(function()
local haha = game:GetService('AssetService'):GetBundleDetailsAsync(game.Players.LocalPlayer,tonumber(script.Parent.Text))
game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,haha)
end)end)
Hmm, only just noticed that now. It doesn’t appear there is a method to do this unfortunately. There are a few posts about it but it hasn’t been answered yet.
Even digging in inspect element shows no “old ID”.
Yeah you would have to look around to get access to them. Luckily, some of the more popular ones are still accessible. Just look around on the Internet for the bundles’ release dates and they should appear on the front page.