Alright so im working on a game and i want to save who is in certain areas. anyway so i have 3 of them and i want to make it so the players name is saved. I came up with the code below as a table to store the players in the area but it isnt working for some reason any help?
local point = { a = {}; b= {}; c = {}; }