Skip to content

Round

Description

Round is a Function on Math
Rounds the given value to the nearest integer. For example, 1.24 becomes 1.0

Example
local testVariable = Math.Round(1.0)
Usage

network usage: Any (Client or Server/Host)
returns: int
parameters:
- value (float)