Game ReferenceGame Global FunctionsCounterUseMeterOn this pageCounterUseMeter Description Changes the counter from a number indicator to a filling bar. function CounterUseMeter(state) --[[ ... ]] end Parameters state: boolean - Whether to use the filling bar style. Return Values ... Example ...