How to actually insert a table into a table

basically im using a globaldatastore to put multiple player’s values into a table, problem is, the values i want to add are in a table, the valuses free themselves from the table and then go in to the table when i use table.insert for some reason

basically what im trying to achieve is something like {{“some values here”} {“some values here pt2”}}

i was able to do it, nevermind