of     1   

Inpetus
#155720876Tuesday, February 10, 2015 11:13 PM GMT

Are the ROBLOX servers 64 bit or 32 bit? I need to know for bitwise operators such as bitwise NOT and so I can script a limit. (for binary)
drager980
#155721174Tuesday, February 10, 2015 11:16 PM GMT

128 bit (idk)
JarodOfOrbiter
#155721727Tuesday, February 10, 2015 11:23 PM GMT

I'm quite certain it is 32-bit. Something as unsophisticated and unorganized as Roblox would be. But I've been programming on Roblox for years, and I am quite certain that there is no 64-bit version. Even if there was, a lot of computers would still use 32-bit.
RobloxAWasteOfMyTime
#155722295Tuesday, February 10, 2015 11:30 PM GMT

Biggest number possible on ROBLOX is 2,147,483,647, biggest 32 bit integer. Servers are most likely 32 bit.
Inpetus
#155722479Tuesday, February 10, 2015 11:32 PM GMT

It's 32 bit. I have verified this because when performing bit wise NOT on a 64 bit binary thingy it stops performing NOT 11 bits from the end.

    of     1