Please help Im not sure why its not working it keeps on appearing with “Failed because something went wrong Your account has not been charged”
local truthfull = false
wait(2)
if(game.Players.LocalPlayer:IsInGroup(8299440)) then
truthfull = true
end
script.Parent.MouseButton1Click:Connect(function()
if game.Players.LocalPlayer.SavedValues:FindFirstChild("UGCLIMITEDSKINSOWNED") and truthfull == true then
game:GetService("MarketplaceService"):PromptPurchase(script.Parent.Parent.Parent.Parent.Parent, 14556885912)
end
end)