## setValue ### Description Sets the value of your object ### Parameters 1. `any` new value ### Returns 1. `object` The object in use ### Usage * Creates a Slider with a value of 50. ```lua local mainFrame = basalt.createFrame() local slider = mainFrame:addSlider():setValue(50) ```