Humanagon
(Humanagon)
February 7, 2026, 12:56pm
1
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:
VIDEO
15 Likes
Is it Lua 5.1 or Luau? Does type checking work for example?
1 Like
Humanagon
(Humanagon)
February 7, 2026, 1:45pm
3
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
vantoanvh
(Vantoanvh)
February 7, 2026, 1:45pm
4
you forgot to distribute it?
Humanagon
(Humanagon)
February 7, 2026, 1:46pm
5
Is this the marketplace that’s not working?
vantoanvh
(Vantoanvh)
February 7, 2026, 1:48pm
6
yea, the resource in marketplace doesn’t show anything
Humanagon
(Humanagon)
February 7, 2026, 1:48pm
7
Ugh what the hell.. hold on. Sorry, idk why roblox has been being so annoying with my development stuff lately
Humanagon
(Humanagon)
February 7, 2026, 1:52pm
8
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
Humanagon
(Humanagon)
February 7, 2026, 3:32pm
9
I finally finished uploading all the source code to github. I’ve always hated using github because it’s so hard to navigate.
Humanagon
(Humanagon)
February 7, 2026, 5:04pm
10
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
frostxoff
(Reina)
February 9, 2026, 5:23pm
12
game modding is coming to Roblox
backcamp
(virus)
February 9, 2026, 5:58pm
13
this is so nice ngl, i was waiting for such thing for a long time
bt6k
(beetee)
February 10, 2026, 12:46am
14
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.
Humanagon
(Humanagon)
February 10, 2026, 8:16am
15
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
So apparently
I made this building system for my tower defense game,
Like u can make ur custom tower, and script it (thx to RbxLuaJailer )
please givr me feedback
it have some bugs, yet ima fix it
W RESOURCE THX
1 Like