I’ve always wanted to make a barcode generator on Roblox, and now I have… at least a basic one.
It’s a Code 39 barcode generator (ModuleScript) which takes a string input and converts it into a barcode gui. It’s not the most incredibly useful thing, but I think it’s still pretty nifty.
I would think using barcodes in games would be against the rules, i remember uploading a shirt with a generic barcode on it and nothing else and it got rejected. This is still really cool, regardless.
Started on QR codes earlier when I saw this thread… I’ve got the text-to-bitstream converter but I’ve looked everywhere and can’t figure out how I would make the actual symbol…
Edit: I am not smart enough for this…
[quote] Started on QR codes earlier when I saw this thread… I’ve got the text-to-bitstream converter but I’ve looked everywhere and can’t figure out how I would make the actual symbol…
Edit: I am not smart enough for this… GitHub - speedata/luaqrcode: Pure Lua qrcode library [/quote]
Thanks for that library! That works perfectly. I’ve added a function to generate a gui.
[quote] Started on QR codes earlier when I saw this thread… I’ve got the text-to-bitstream converter but I’ve looked everywhere and can’t figure out how I would make the actual symbol…
Edit: I am not smart enough for this… GitHub - speedata/luaqrcode: Pure Lua qrcode library [/quote]
Thanks for that library! That works perfectly. I’ve added a function to generate a gui.
That’s really neat.
I’d love to see someone make a store based on the roblox catalog which uses this with the assetId at the checkout line
It’d be interesting.