## setTextOffset ### Description Sets the input text offset ### Parameters 1. `number` text offset - The offset you want it to be ### Returns 1. `object` The object in use ### Usage * Creates a default input and changes the text offset to 2 ```lua local mainFrame = basalt.createFrame() local aInput = mainFrame:addInput():setTextOffset(2) ```