I'm trying to give the user the ability to store what he writes but i don't know what function should i use.
local answers = {} text.FocusLost:connect(function() table.insert(answers,text.Text) end)