Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Help with Tables?

Asked by 9 years ago

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 = {};
}
1
You don't have any running code, all you did is set up some variables. How are you inserting players in to the table? CALEB2020 30 — 9y
0
Remember, nothing in coding is magic! The computer will only do >exactly< what you tell it to do. But for saving stuff, https://scriptinghelpers.org/blog/saving-data Perci1 4988 — 9y

Answer this question