RBXLuaJailer | Modding wrapper for the Roblox class hierarchy!

I would like to introduce my wrapper, RBXLuaJailer. It is a security wrapper for the ROBLOX Instance class system that uses metatables to whitelist what can/cannot be used by users in user submitted code. This is great for games that allow user content creation like RetroStudio, or my own game, VirtualBlox Studio.

RBXLuaJailer can not only make user submitted code secure, but it also allows you to add custom members to instances which is otherwise impossible to do in ROBLOX. You can emulate your own engine features!

Github: GitHub - Humanagon/RBXLuaJailer: Secures user submitted lua code on ROBLOX!
File: RBXLuaJailer.rbxm (252.7 KB)

This video will detail the most basic usage of the module:

15 Likes

Is it Lua 5.1 or Luau? Does type checking work for example?

1 Like

You can add any interpreter you want to it, and even use real loadstring if you like. You also don’t have to use an interpreter at all and can just wrap instances in real scripts.

4 Likes

you forgot to distribute it?

Is this the marketplace that’s not working?

yea, the resource in marketplace doesn’t show anything

Ugh what the hell.. hold on. Sorry, idk why roblox has been being so annoying with my development stuff lately

I guess for now just use the release on github. I’m still trying to figure out how to sync the source code on there so hold on.

1 Like

I finally finished uploading all the source code to github. I’ve always hated using github because it’s so hard to navigate.

If anybody ends up using this, please tell me what you think in this thread. I’d love to hear if people like it.

2 Likes

Woah I wanted to add user created stuff to my game I will definitely give this a try ,thank you for open source it

1 Like

game modding is coming to Roblox :folded_hands:

this is so nice ngl, i was waiting for such thing for a long time

Did VirtualBlox get taken down @Humanagon? I wanted to see a prototype of this in action but the game link directs me to a 404 page.

It hasn’t fortunately, but many users have been having trouble with this same 404 glitch for some reason… It’s like it’s shadow banned or something.

i made this lol
planned to add scripting SUPPORT with this lol

W RESOURCE THX

1 Like