Hey all, I want to strip all the weapons from a player and then later give them back, every things works except the give weapons back. I have:
[lua]
for k, v in pairs(OldWeapons) do
ply:Give(v)
end
[/lua]
I get this error: bad argument #1 to ‘Give’ (string expected, got Weapon)
I don’t know how to fix, so any help would be lovely :3
Thanks!