# Pastebin ry3z29mH local function round(num) if num < 0 then return math.ceil(num - 0.5) else return math.floor(num + 0.5) end end