well table.insert is only stored when the script is being executed, so you cant really store names in it. If you wanna store names, and use them, you have to use sql. If you just wanna store them so you can look at it, you can use doWriteLogFile
I'll show you how table.insert works since u...