Turn In Binary Module

Hi I’m Made A Binary System For Encode And Decode Binary Numbers
https://www.roblox.com/library/9159867608/binary

example:

local module = require(binary)
print(module:to(1000)) -- returns 1111101000
print(module:from(1111101000)) -- returns 1000

this module solved

NEW UPDATE

2 Likes

The source was actually simple and short!
Good job.

1 Like

This could be really useful for games if they have some theme related to binary code! Good work! :+1:t2:

1 Like