of     1   

TChapman500
#218191751Monday, June 05, 2017 4:46 PM GMT

Lua has support for bitwise operators, but ROBLOX's Lua library does not. I need bitwise operators for one of my games. I know I could implement one manually, but it would be more efficient for ROBLOX to update their Lua version to the latest version so that we can use Lua's implementation of the bitwise operators, which utilizes the CPU's built-in bitwise capabilities.

    of     1