invalid argument #1 to ‘pairs’ (table expected, got nil)
I have no Idea what this means…
if you got any form of help this would be perfect
if SetSuccess then
Cash.Value = cash
for i, cardID in pairs(cards) do
for v, x in pairs(player.PlayerGui.Cards.Golds:GetChildren()) do
if x.CardID.Value == cardID then
local newcard = x:Clone()
newcard.Parent = player.Cards
end
end
end
vien.Value = wins
Gems.Value = gems
end
is there something you'd like to see in this script? Let me know.