Multi Purpose Module - Bloxikins

Hey guys so I found this module Multi Purpose Module - Roblox and loaded it into studio and I found a module called “Bloxikins” inside the MainModule there is a folder which is called “Contents” and it has the Bloxikins module, Anybody knows what that is for? I’m kind of curious, I tried requiring it through a script but I did not know how to use it so the require failed.

1 Like

image

This was uploaded by Roblox and was last modified by Luckymaxer, so it’s extremely likely this is a giant ModuleScript container (as the name suggests) for gears in the Catalogue

2 Likes

Nope not really, I searched bloxikins in toolbox I did not find anything (No model uses this) and I liked the models from the toolbox and I wanted to make one of my own because it looks good and I found a createbloxikin function in it but I did not know how to use it so the require failed as I said before

The ModuleScript likely errors because the scripts in the container are all outdated. Most of the them use LoadLibrary, which was deprecated and removed back in 2020.


However, the container is indeed used for gears in the catalogue:

(This is the source code of the Brainy Smurf gear)
image

It uses the Multi Purpose Module you linked ( as noted in line 106 ).

(another item that uses it)


This is is the only gear in the catalogue that I can find that uses the Bloxikins module:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.