How to detect if value is string or int value in dictionary?
for i,v in pairs(savedValues2) do
local Listing = Instance.new(“IntValue”) OR Instance.new(“StringValue”) – want this to change depending on its type
Listing.Name = v[1]
Listing.Value = v[2]
end