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