Tables
https://www.lukeko.com/33/tables 0A table is a Lua data type that can store multiple values and can behave as either an array or a dictionary
local table = {}
https://developer.roblox.com/en-us/articles/Table
https://education.roblox.com/en-us/resources/intro-to-dictionaries---series