vci.state.Set('value', 100) -- Request to set the value (Not yet set) local value = vci.state.Get('value' ) -- You get a value before setting the value above. The new value will be applied in the next frame.