GTA V NativessystemSystem::ceilOn this pageSystem::ceilI'm guessing this rounds a float value up to the next whole number, and FLOOR rounds it down Syntax ```js mp.game.system.ceil(value); ``` Required Arguments value: float Return value int Example ```js // todo ``` See also