Roblox Lua Wiki
Advertisement

Numbers are the code of mathematical calculations in Roblox Lua. Unlike most other programming and scripting languages, the number object can hold ANY type of number, instead of just a positive value or just a float value like in most major programming languages. The IntValue object can hold numbers from to -2,147,483,647 and as low as 2,147,483,648. There is also a Math Library with many useful functions for the manipulation of number objects.

Advertisement