9382
9382
This appears to be because Self-contradictory isn't in the internal tag list (`Twinkle.tag.article.tagList`), so the code plays it safe and assumes the tag is ungroupable. There's no other issues with...
Managed to get it to link by editing my original comment to include some keywords
To be specific, the AntiTamper step (this has nothing to do with the VM) relies on `debug.getinfo`, which doesn't exist in the LuaU library. LuaU does have `debug.info`, which works...
Turns out fixing this is harder than I thought, since AntiTamper will avoid hard erroring if debug.sethook doesn't exist, but requires it to exist so that we don't become invalid...
Please clarify, as this is definitely already supported. If you're running into issues with the output, then one of the steps is breaking, maybe intentionally (Anti-Tamper can be rather strict),...
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...