A Complete New Module
This Module Add a New Binary Class
How To Create It:
Number:
local binary = module.new(5)
String:
local binary = module.new("101")
Boolean:
local binary = module.new(true,false,true)
Interface:
101
Yes. It’s Just, Binary
Configuration:
byn.Conf.ShowNumber = false
Show The Interface In Decimal Numbers
False: 101
True: 5
byn.Conf.DevMode = false
Shows Binary And Number
Example: 101 (5)
If ShowNumber Is True Then Shows
5 (101)
Matematics:
local binary = module.new(5)
print(binary+5): 1010
print(binary+"101"): 1010
You Can Serealize/Deserealize
Here Is The Module
I SOLVED A HUGE BUG
IF YOU HAVE SPECIAL NUMBER HOW FIVE
RETURNS YOU A BINARY VALUE COMPLETY DIFFERENT IF YOU CONVERT TO NUMBER