Roblox Wiki
Roblox Wiki
36,887
pages

In C++, the int data type represents a 32-bit integer. This type (along with double, float and int64) is used by the engine's API reference. Using this type as a number in Lua will convert it into a double-precision floating-point number.

External links[]