How would I save memo data for the next time a player joined the server? So say if a check box was ticked, the data would save for the next time the player logged on
guiCreateMemo(17,79,414,246,"",false,Window)
local checkedBox = guiCreateCheckBox(20,30,150,20,"Checked checkbox",true,false,guiWindow)
Please could you help me?