local TestTableThingBoiIdkLOL = {
    "String1",
    "String2",
    "String3",
    "String4"
}

local TestTable2 = {
    "Hi",
    "Hello",
    "Hey",
    "Hi",
    "Hello",
    "Hey",
    "Hi",
    "Hello",
    "Hey",
    "Hi",
    "Hello",
    "Hey"
}

--[[for i, v in pairs(TestTableThingBoiIdkLOL) do
    print("[" .. i .. "]: " .. v)
end--]]

for i, v in pairs(TestTable2) do
    local chosen = math.random(1, #v)
    print(chosen)
end

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: