savefile.txt:
newObject=
{
id = 1,
}
newObject=
{
id = 2,
}My script got these few lines:
newObject= function(input)
print("New object")
for k,v in pairs(input) do
print("== "..tostring(k).."="..tostring(v))
end
end
dofile("savefile.txt")As soon as I dofile("savefile.txt") my newObject function type becomes a table type and I am missing why it should not. Thanks for taking your time!

Find content
Male
