Prometheus icon indicating copy to clipboard operation
Prometheus copied to clipboard

Problem using with app

Open X9vRq7bK2mLp8sTy4Nz1fVa6Wx0eQhZpRtY opened this issue 4 months ago • 1 comments

I’ve integrated the prometheus src folder to work with my vercel-hosted website using github workflows this took me really long haha but the issue is that the code it outputs always throws 5x line 1, attempt to call a nil value error. The issue with this is the code i’m testing with is literally just printing hello.

If anyone can advise me on a fix you can find my source for my obfuscator with github workflows here.

— The issue is not with the way I output it I don’t believe, as all the code is shown as the output. — I’ll add i’m using the code in a roblox executor environment

Image Image

What preset are you using? The "Strong" preset is known to be incompatible with some roblox environments due to a reliance on debug.sethook and other debug library functions. If you want a strong preset without the debug-related anti tamper methods, make a custom config that explicitly excludes that for your setup

9382 avatar Nov 25 '25 20:11 9382